Shades of Fern Green #508741
Tints of Fern Green #508741
RGB
CMYK
RGB Variations
Color information
#508741 (or 0x508741) is known color: Fern Green. HEX triplet: 50, 87 and 41. RGB value is (80,135,65). Sum of RGB (Red+Green+Blue) = 80+135+65=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #508741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508741 is #AF78BE. Grayscale: #6E6E6E. Windows color (decimal): -11499711 or 4294480. OLE color: 4294480.
HSL color Cylindrical-coordinate representation of color #508741: hue angle of 107.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #508741 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 65 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.47 |
| HSL | 107.14º | 0.35% | 0.39% | - |
| HSV(B) | 107.14º | 0.52% | 0.53% | - |
| XYZ | 12.93 | 19.42 | 8.07 | - |
| YUV | 110.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 65 | 0.41 | 0 | 0.52 | 0.47 | 107.14 | 0.35 | 0.39 |
| Hex | 50 | 87 | 41 | 29 | 0 | 34 | 2F | 6B | 23 | 27 |
| Octal | 120 | 207 | 101 | 51 | 0 | 64 | 57 | 153 | 43 | 47 |
| Binary | 1010000 | 10000111 | 1000001 | 101001 | 0 | 110100 | 101111 | 1101011 | 100011 | 100111 |
Color Harmonies of #508741
Complementary color
Monochromatic Colors of #508741
Black with #508741
Text Example
Text Example
White with #508741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508741; }
p { color: rgb(80,135,65); }
H1.HeaderClassName
{
color: #508741;
}
.AnyTagClassName
{
color: #508741;
}
</style>
background-color css
<style>
a { background-color: #508741; }
a { background-color: rgb(80,135,65); }
div.DivClassName
{
background-color: #508741;
}
.BgClassName
{
background-color: #508741;
}
</style>
border-color css
<style>
span { border-color: #508741; }
span { border-color: rgb(80,135,65); }
td.TdClassName
{
border-color: #508741;
}
.TagClassName
{
border-color: #508741;
}
</style>