What is the HSL code for camouflage green?
The CSS color camouflage green in HSL format is hsl(76.9, 67.2%, 22.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use camouflage green in CSS?
To apply camouflage green in CSS:
- Text color: color: hsl(76.9, 67.2%, 22.7%);
- Background: background-color: hsl(76.9, 67.2%, 22.7%);
- Border: border-color: hsl(76.9, 67.2%, 22.7%);
What are all the color format values for camouflage green?
| Format | Value |
|---|---|
| HEX | #4b6113 |
| RGB | rgb(75, 97, 19) |
| HSL | hsl(76.9, 67.2%, 22.7%) |
| CMYK | cmyk(22.7%, 0%, 80.4%, 62%) |
How do I convert camouflage green to HSL?
Select camouflage green from the color name list in our color converter. The HSL value — hsl(76.9, 67.2%, 22.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does camouflage green belong to?
camouflage green belongs to the green color family. It is a dark, moderately saturated color with HSL values: hue 76.9°, saturation 67.2%, lightness 22.7%.
How do I create lighter and darker shades of camouflage green?
Lighter variant (lightness 37.7%): #7ca120. Darker variant (lightness 7.699999999999999%): #192106. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.