#3A4916
A very dark, moderate green closely aligning with Darkolivegreen.
About #3A4916
At its core, #3A4916 is a very dark and moderate hue. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(58, 73, 22).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 21% cyan, 0% magenta, 70% yellow, and 71% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A4916
RGB58, 73, 22
HSL77.6°, 53.7%, 18.6%
CMYK21%, 0%, 70%, 71%
HSV77.6°, 69.9%, 28.6%
LAB28.7, -14.9, 27.7
XYZ4.3, 5.7, 1.6
Decimal3819798
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.79:1
Text on #FFFFFF
AAA
2.14:1
Text on #000000
FAIL
9.36:1
Text on #F8FAFC
AAA
1.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A4916;
}
.text-color {
color: #3A4916;
}
.border-color {
border: 2px solid #3A4916;
}