Shades of Fern Green #508740
Tints of Fern Green #508740
RGB
CMYK
RGB Variations
Color information
#508740 (or 0x508740) is known color: Fern Green. HEX triplet: 50, 87 and 40. RGB value is (80,135,64). Sum of RGB (Red+Green+Blue) = 80+135+64=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #508740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508740 is #AF78BF. Grayscale: #6E6E6E. Windows color (decimal): -11499712 or 4228944. OLE color: 4228944.
HSL color Cylindrical-coordinate representation of color #508740: hue angle of 106.48º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #508740 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 64 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.47 |
| HSL | 106.48º | 0.36% | 0.39% | - |
| HSV(B) | 106.48º | 0.53% | 0.53% | - |
| XYZ | 12.9 | 19.4 | 7.92 | - |
| YUV | 110.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 64 | 0.41 | 0 | 0.53 | 0.47 | 106.48 | 0.36 | 0.39 |
| Hex | 50 | 87 | 40 | 29 | 0 | 35 | 2F | 6A | 24 | 27 |
| Octal | 120 | 207 | 100 | 51 | 0 | 65 | 57 | 152 | 44 | 47 |
| Binary | 1010000 | 10000111 | 1000000 | 101001 | 0 | 110101 | 101111 | 1101010 | 100100 | 100111 |
Color Harmonies of #508740
Complementary color
Monochromatic Colors of #508740
Black with #508740
Text Example
Text Example
White with #508740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508740; }
p { color: rgb(80,135,64); }
H1.HeaderClassName
{
color: #508740;
}
.AnyTagClassName
{
color: #508740;
}
</style>
background-color css
<style>
a { background-color: #508740; }
a { background-color: rgb(80,135,64); }
div.DivClassName
{
background-color: #508740;
}
.BgClassName
{
background-color: #508740;
}
</style>
border-color css
<style>
span { border-color: #508740; }
span { border-color: rgb(80,135,64); }
td.TdClassName
{
border-color: #508740;
}
.TagClassName
{
border-color: #508740;
}
</style>