What is the RGB code for camouflage green?
The CSS color camouflage green in RGB format is rgb(75, 97, 19). 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: rgb(75, 97, 19);
- Background: background-color: rgb(75, 97, 19);
- Border: border-color: rgb(75, 97, 19);
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 RGB?
Select camouflage green from the color name list in our color converter. The RGB value — rgb(75, 97, 19) — 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 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.