Shades of Fern Green #487240
Tints of Fern Green #487240
RGB
CMYK
RGB Variations
Color information
#487240 (or 0x487240) is known color: Fern Green. HEX triplet: 48, 72 and 40. RGB value is (72,114,64). Sum of RGB (Red+Green+Blue) = 72+114+64=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #487240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487240 is #B78DBF. Grayscale: #5F5F5F. Windows color (decimal): -12029376 or 4223560. OLE color: 4223560.
HSL color Cylindrical-coordinate representation of color #487240: hue angle of 110.4º 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 #487240 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 64 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.55 |
| HSL | 110.4º | 0.28% | 0.35% | - |
| HSV(B) | 110.4º | 0.44% | 0.45% | - |
| XYZ | 9.62 | 13.78 | 7 | - |
| YUV | 95.74 | 110.09 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 64 | 0.37 | 0 | 0.44 | 0.55 | 110.4 | 0.28 | 0.35 |
| Hex | 48 | 72 | 40 | 25 | 0 | 2C | 37 | 6E | 1C | 23 |
| Octal | 110 | 162 | 100 | 45 | 0 | 54 | 67 | 156 | 34 | 43 |
| Binary | 1001000 | 1110010 | 1000000 | 100101 | 0 | 101100 | 110111 | 1101110 | 11100 | 100011 |
Color Harmonies of #487240
Complementary color
Monochromatic Colors of #487240
Black with #487240
Text Example
Text Example
White with #487240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487240; }
p { color: rgb(72,114,64); }
H1.HeaderClassName
{
color: #487240;
}
.AnyTagClassName
{
color: #487240;
}
</style>
background-color css
<style>
a { background-color: #487240; }
a { background-color: rgb(72,114,64); }
div.DivClassName
{
background-color: #487240;
}
.BgClassName
{
background-color: #487240;
}
</style>
border-color css
<style>
span { border-color: #487240; }
span { border-color: rgb(72,114,64); }
td.TdClassName
{
border-color: #487240;
}
.TagClassName
{
border-color: #487240;
}
</style>