#508A49
A medium, moderate green closely aligning with Seagreen.
About #508A49
The hex code #508A49 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Seagreen. In the RGB color space, it consists of 80 red, 138 green, and 73 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 42% C, 0% M, 47% Y, and 46% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#508A49
RGB80, 138, 73
HSL113.5°, 30.8%, 41.4%
CMYK42%, 0%, 47%, 46%
HSV113.5°, 47.1%, 54.1%
LAB52.2, -32.6, 28.9
XYZ13.6, 20.4, 9.5
Decimal5278281
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: #508A49;
}
.text-color {
color: #508A49;
}
.border-color {
border: 2px solid #508A49;
}