Shades of Fern Green #507240
Tints of Fern Green #507240
RGB
CMYK
RGB Variations
Color information
#507240 (or 0x507240) is known color: Fern Green. HEX triplet: 50, 72 and 40. RGB value is (80,114,64). Sum of RGB (Red+Green+Blue) = 80+114+64=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #507240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507240 is #AF8DBF. Grayscale: #626262. Windows color (decimal): -11505088 or 4223568. OLE color: 4223568.
HSL color Cylindrical-coordinate representation of color #507240: hue angle of 100.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #507240 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 64 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.55 |
| HSL | 100.8º | 0.28% | 0.35% | - |
| HSV(B) | 100.8º | 0.44% | 0.45% | - |
| XYZ | 10.25 | 14.11 | 7.03 | - |
| YUV | 98.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 64 | 0.30 | 0 | 0.44 | 0.55 | 100.8 | 0.28 | 0.35 |
| Hex | 50 | 72 | 40 | 1E | 0 | 2C | 37 | 65 | 1C | 23 |
| Octal | 120 | 162 | 100 | 36 | 0 | 54 | 67 | 145 | 34 | 43 |
| Binary | 1010000 | 1110010 | 1000000 | 11110 | 0 | 101100 | 110111 | 1100101 | 11100 | 100011 |
Color Harmonies of #507240
Complementary color
Monochromatic Colors of #507240
Black with #507240
Text Example
Text Example
White with #507240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507240; }
p { color: rgb(80,114,64); }
H1.HeaderClassName
{
color: #507240;
}
.AnyTagClassName
{
color: #507240;
}
</style>
background-color css
<style>
a { background-color: #507240; }
a { background-color: rgb(80,114,64); }
div.DivClassName
{
background-color: #507240;
}
.BgClassName
{
background-color: #507240;
}
</style>
border-color css
<style>
span { border-color: #507240; }
span { border-color: rgb(80,114,64); }
td.TdClassName
{
border-color: #507240;
}
.TagClassName
{
border-color: #507240;
}
</style>