#3A5024
A dark, moderate green closely aligning with Darkolivegreen.
About #3A5024
Visually, #3A5024 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(58, 80, 36).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 28% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A5024
RGB58, 80, 36
HSL90.0°, 37.9%, 22.7%
CMYK28%, 0%, 55%, 69%
HSV90.0°, 55.0%, 31.4%
LAB31.3, -17.2, 23.1
XYZ4.9, 6.8, 2.7
Decimal3821604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.93:1
Text on #FFFFFF
AAA
2.35:1
Text on #000000
FAIL
8.53:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5024;
}
.text-color {
color: #3A5024;
}
.border-color {
border: 2px solid #3A5024;
}