#508A42
A medium, moderate green closely aligning with Seagreen.
About #508A42
Visually, #508A42 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(80, 138, 66).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 42% cyan, 0% magenta, 52% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#508A42
RGB80, 138, 66
HSL108.3°, 35.3%, 40.0%
CMYK42%, 0%, 52%, 46%
HSV108.3°, 52.2%, 54.1%
LAB52.1, -33.6, 32.5
XYZ13.4, 20.3, 8.4
Decimal5278274
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #508A42;
}
.text-color {
color: #508A42;
}
.border-color {
border: 2px solid #508A42;
}