#163A16
A very dark, moderate green closely aligning with Darkolivegreen.
About #163A16
At its core, #163A16 is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. Its digital footprint relies on 22 parts red, 58 parts green, and 22 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 62% Cyan, 0% Magenta, 62% Yellow, and 77% Black. The HSL representation is 120.0° hue, 45.0% saturation, and 15.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a very 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#163A16
RGB22, 58, 22
HSL120.0°, 45.0%, 15.7%
CMYK62%, 0%, 62%, 77%
HSV120.0°, 62.1%, 22.7%
LAB21.0, -21.9, 18.4
XYZ2.0, 3.3, 1.3
Decimal1456662
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.72:1
Text on #FFFFFF
AAA
1.65:1
Text on #000000
FAIL
12.16:1
Text on #F8FAFC
AAA
1.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #163A16;
}
.text-color {
color: #163A16;
}
.border-color {
border: 2px solid #163A16;
}