#3A8A75
A dark, moderate green closely aligning with Darkcyan.
About #3A8A75
At its core, #3A8A75 is a dark and moderate hue. Designers often compare it to the standard color Darkcyan. In the RGB color space, it consists of 58 red, 138 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 58% cyan, 0% magenta, 15% yellow, and 46% black. With a hue angle of 164.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A8A75
RGB58, 138, 117
HSL164.2°, 40.8%, 38.4%
CMYK58%, 0%, 15%, 46%
HSV164.2°, 58.0%, 54.1%
LAB52.2, -29.8, 3.9
XYZ14.0, 20.4, 20.0
Decimal3836533
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A8A75;
}
.text-color {
color: #3A8A75;
}
.border-color {
border: 2px solid #3A8A75;
}