What is the HEX code for dark olive green?
The CSS color dark olive green in HEX format is #3c4d03. Use this value directly in CSS, SVG, and most design tools.
How do I use dark olive green in CSS?
To apply dark olive green in CSS:
- Text color: color: #3c4d03;
- Background: background-color: #3c4d03;
- Border: border-color: #3c4d03;
What are all the color format values for dark olive green?
| Format | Value |
|---|---|
| HEX | #3c4d03 |
| RGB | rgb(60, 77, 3) |
| HSL | hsl(73.8, 92.5%, 15.7%) |
| CMYK | cmyk(22.1%, 0%, 96.1%, 69.8%) |
How do I convert dark olive green to HEX?
Select dark olive green from the color name list in our color converter. The HEX value — #3c4d03 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark olive green belong to?
dark olive green belongs to the green color family. It is a dark, vivid color with HSL values: hue 73.8°, saturation 92.5%, lightness 15.7%.
How do I create lighter and darker shades of dark olive green?
Lighter variant (lightness 30.7%): #759706. Darker variant (lightness 5%): #131901. 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.