Shades of Fern Green #507A37
Tints of Fern Green #507A37
RGB
CMYK
RGB Variations
Color information
#507A37 (or 0x507A37) is known color: Fern Green. HEX triplet: 50, 7A and 37. RGB value is (80,122,55). Sum of RGB (Red+Green+Blue) = 80+122+55=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #507A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507A37 is #AF85C8. Grayscale: #666666. Windows color (decimal): -11503049 or 3635792. OLE color: 3635792.
HSL color Cylindrical-coordinate representation of color #507A37: hue angle of 97.61º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #507A37 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 122 | 55 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.52 |
| HSL | 97.61º | 0.38% | 0.35% | - |
| HSV(B) | 97.61º | 0.55% | 0.48% | - |
| XYZ | 10.96 | 15.9 | 6.11 | - |
| YUV | 101.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 55 | 0.34 | 0 | 0.55 | 0.52 | 97.61 | 0.38 | 0.35 |
| Hex | 50 | 7A | 37 | 22 | 0 | 37 | 34 | 62 | 26 | 23 |
| Octal | 120 | 172 | 67 | 42 | 0 | 67 | 64 | 142 | 46 | 43 |
| Binary | 1010000 | 1111010 | 110111 | 100010 | 0 | 110111 | 110100 | 1100010 | 100110 | 100011 |
Color Harmonies of #507A37
Complementary color
Monochromatic Colors of #507A37
Black with #507A37
Text Example
Text Example
White with #507A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A37; }
p { color: rgb(80,122,55); }
H1.HeaderClassName
{
color: #507A37;
}
.AnyTagClassName
{
color: #507A37;
}
</style>
background-color css
<style>
a { background-color: #507A37; }
a { background-color: rgb(80,122,55); }
div.DivClassName
{
background-color: #507A37;
}
.BgClassName
{
background-color: #507A37;
}
</style>
border-color css
<style>
span { border-color: #507A37; }
span { border-color: rgb(80,122,55); }
td.TdClassName
{
border-color: #507A37;
}
.TagClassName
{
border-color: #507A37;
}
</style>