Shades of Fern Green #487140
Tints of Fern Green #487140
RGB
CMYK
RGB Variations
Color information
#487140 (or 0x487140) is known color: Fern Green. HEX triplet: 48, 71 and 40. RGB value is (72,113,64). Sum of RGB (Red+Green+Blue) = 72+113+64=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #487140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487140 is #B78EBF. Grayscale: #5F5F5F. Windows color (decimal): -12029632 or 4223304. OLE color: 4223304.
HSL color Cylindrical-coordinate representation of color #487140: hue angle of 110.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487140 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 113 | 64 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.56 |
| HSL | 110.2º | 0.28% | 0.35% | - |
| HSV(B) | 110.2º | 0.43% | 0.44% | - |
| XYZ | 9.5 | 13.56 | 6.97 | - |
| YUV | 95.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 64 | 0.36 | 0 | 0.43 | 0.56 | 110.2 | 0.28 | 0.35 |
| Hex | 48 | 71 | 40 | 24 | 0 | 2B | 38 | 6E | 1C | 23 |
| Octal | 110 | 161 | 100 | 44 | 0 | 53 | 70 | 156 | 34 | 43 |
| Binary | 1001000 | 1110001 | 1000000 | 100100 | 0 | 101011 | 111000 | 1101110 | 11100 | 100011 |
Color Harmonies of #487140
Complementary color
Monochromatic Colors of #487140
Black with #487140
Text Example
Text Example
White with #487140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487140; }
p { color: rgb(72,113,64); }
H1.HeaderClassName
{
color: #487140;
}
.AnyTagClassName
{
color: #487140;
}
</style>
background-color css
<style>
a { background-color: #487140; }
a { background-color: rgb(72,113,64); }
div.DivClassName
{
background-color: #487140;
}
.BgClassName
{
background-color: #487140;
}
</style>
border-color css
<style>
span { border-color: #487140; }
span { border-color: rgb(72,113,64); }
td.TdClassName
{
border-color: #487140;
}
.TagClassName
{
border-color: #487140;
}
</style>