Shades of Fern Green #507F37
Tints of Fern Green #507F37
RGB
CMYK
RGB Variations
Color information
#507F37 (or 0x507F37) is known color: Fern Green. HEX triplet: 50, 7F and 37. RGB value is (80,127,55). Sum of RGB (Red+Green+Blue) = 80+127+55=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #507F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507F37 is #AF80C8. Grayscale: #686868. Windows color (decimal): -11501769 or 3637072. OLE color: 3637072.
HSL color Cylindrical-coordinate representation of color #507F37: hue angle of 99.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507F37 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 55 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.50 |
| HSL | 99.17º | 0.4% | 0.36% | - |
| HSV(B) | 99.17º | 0.57% | 0.5% | - |
| XYZ | 11.59 | 17.16 | 6.32 | - |
| YUV | 104.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 55 | 0.37 | 0 | 0.57 | 0.50 | 99.17 | 0.4 | 0.36 |
| Hex | 50 | 7F | 37 | 25 | 0 | 39 | 32 | 63 | 28 | 24 |
| Octal | 120 | 177 | 67 | 45 | 0 | 71 | 62 | 143 | 50 | 44 |
| Binary | 1010000 | 1111111 | 110111 | 100101 | 0 | 111001 | 110010 | 1100011 | 101000 | 100100 |
Color Harmonies of #507F37
Complementary color
Monochromatic Colors of #507F37
Black with #507F37
Text Example
Text Example
White with #507F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F37; }
p { color: rgb(80,127,55); }
H1.HeaderClassName
{
color: #507F37;
}
.AnyTagClassName
{
color: #507F37;
}
</style>
background-color css
<style>
a { background-color: #507F37; }
a { background-color: rgb(80,127,55); }
div.DivClassName
{
background-color: #507F37;
}
.BgClassName
{
background-color: #507F37;
}
</style>
border-color css
<style>
span { border-color: #507F37; }
span { border-color: rgb(80,127,55); }
td.TdClassName
{
border-color: #507F37;
}
.TagClassName
{
border-color: #507F37;
}
</style>