#3A7516
A dark, moderate green closely aligning with Darkgreen.
About #3A7516
Visually, #3A7516 is defined as a moderate green. Designers often compare it to the standard color Darkgreen. This translates to an RGB value of rgb(58, 117, 22).
If you are designing for print, the four-color process is what matters most. The color uses 50% Cyan, 0% Magenta, 81% Yellow, and 54% Black. With a hue angle of 97.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A7516
RGB58, 117, 22
HSL97.3°, 68.3%, 27.3%
CMYK50%, 0%, 81%, 54%
HSV97.3°, 81.2%, 45.9%
LAB43.8, -36.2, 42.9
XYZ8.3, 13.7, 3.0
Decimal3831062
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.62:1
Text on #FFFFFF
AA
3.74:1
Text on #000000
AA Large
5.37:1
Text on #F8FAFC
AA
3.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7516;
}
.text-color {
color: #3A7516;
}
.border-color {
border: 2px solid #3A7516;
}