Shades of Fern Green #487B42
Tints of Fern Green #487B42
RGB
CMYK
RGB Variations
Color information
#487B42 (or 0x487B42) is known color: Fern Green. HEX triplet: 48, 7B and 42. RGB value is (72,123,66). Sum of RGB (Red+Green+Blue) = 72+123+66=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #487B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487B42 is #B784BD. Grayscale: #656565. Windows color (decimal): -12027070 or 4356936. OLE color: 4356936.
HSL color Cylindrical-coordinate representation of color #487B42: hue angle of 113.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #487B42 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 66 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.52 |
| HSL | 113.68º | 0.3% | 0.37% | - |
| HSV(B) | 113.68º | 0.46% | 0.48% | - |
| XYZ | 10.74 | 15.94 | 7.66 | - |
| YUV | 101.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 66 | 0.41 | 0 | 0.46 | 0.52 | 113.68 | 0.3 | 0.37 |
| Hex | 48 | 7B | 42 | 29 | 0 | 2E | 34 | 72 | 1E | 25 |
| Octal | 110 | 173 | 102 | 51 | 0 | 56 | 64 | 162 | 36 | 45 |
| Binary | 1001000 | 1111011 | 1000010 | 101001 | 0 | 101110 | 110100 | 1110010 | 11110 | 100101 |
Color Harmonies of #487B42
Complementary color
Monochromatic Colors of #487B42
Black with #487B42
Text Example
Text Example
White with #487B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B42; }
p { color: rgb(72,123,66); }
H1.HeaderClassName
{
color: #487B42;
}
.AnyTagClassName
{
color: #487B42;
}
</style>
background-color css
<style>
a { background-color: #487B42; }
a { background-color: rgb(72,123,66); }
div.DivClassName
{
background-color: #487B42;
}
.BgClassName
{
background-color: #487B42;
}
</style>
border-color css
<style>
span { border-color: #487B42; }
span { border-color: rgb(72,123,66); }
td.TdClassName
{
border-color: #487B42;
}
.TagClassName
{
border-color: #487B42;
}
</style>