#3A660F
A dark, vivid green closely aligning with Darkgreen.
About #3A660F
At its core, #3A660F is a dark and vivid hue. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(58, 102, 15).
Translating this color to physical media requires the CMYK color model. The color uses 43% Cyan, 0% Magenta, 85% Yellow, and 60% Black. With a hue angle of 90.3 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#3A660F
RGB58, 102, 15
HSL90.3°, 74.4%, 22.9%
CMYK43%, 0%, 85%, 60%
HSV90.3°, 85.3%, 40.0%
LAB38.6, -30.1, 40.4
XYZ6.6, 10.4, 2.1
Decimal3827215
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.80:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.50:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A660F;
}
.text-color {
color: #3A660F;
}
.border-color {
border: 2px solid #3A660F;
}