What is the HSL code for army green?
The CSS color army green in HSL format is hsl(75.2, 61.7%, 22.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use army green in CSS?
To apply army green in CSS:
- Text color: color: hsl(75.2, 61.7%, 22.5%);
- Background: background-color: hsl(75.2, 61.7%, 22.5%);
- Border: border-color: hsl(75.2, 61.7%, 22.5%);
What are all the color format values for army green?
| Format | Value |
|---|---|
| HEX | #4b5d16 |
| RGB | rgb(75, 93, 22) |
| HSL | hsl(75.2, 61.7%, 22.5%) |
| CMYK | cmyk(19.4%, 0%, 76.3%, 63.5%) |
How do I convert army green to HSL?
Select army green from the color name list in our color converter. The HSL value — hsl(75.2, 61.7%, 22.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does army green belong to?
army green belongs to the green color family. It is a dark, moderately saturated color with HSL values: hue 75.2°, saturation 61.7%, lightness 22.5%.
How do I create lighter and darker shades of army green?
Lighter variant (lightness 37.5%): #7d9b25. Darker variant (lightness 7.5%): #191f07. 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.