What is the RGB code for army green?
The CSS color army green in RGB format is rgb(75, 93, 22). 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: rgb(75, 93, 22);
- Background: background-color: rgb(75, 93, 22);
- Border: border-color: rgb(75, 93, 22);
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 RGB?
Select army green from the color name list in our color converter. The RGB value — rgb(75, 93, 22) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.