What is the HEX code for army green?
The CSS color army green in HEX format is #4b5d16. 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: #4b5d16;
- Background: background-color: #4b5d16;
- Border: border-color: #4b5d16;
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 HEX?
Select army green from the color name list in our color converter. The HEX value — #4b5d16 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.