Shades of Fern Green #487642
Tints of Fern Green #487642
RGB
CMYK
RGB Variations
Color information
#487642 (or 0x487642) is known color: Fern Green. HEX triplet: 48, 76 and 42. RGB value is (72,118,66). Sum of RGB (Red+Green+Blue) = 72+118+66=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #487642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487642 is #B789BD. Grayscale: #626262. Windows color (decimal): -12028350 or 4355656. OLE color: 4355656.
HSL color Cylindrical-coordinate representation of color #487642: hue angle of 113.08º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #487642 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 118 | 66 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.54 |
| HSL | 113.08º | 0.28% | 0.36% | - |
| HSV(B) | 113.08º | 0.44% | 0.46% | - |
| XYZ | 10.13 | 14.73 | 7.46 | - |
| YUV | 98.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 66 | 0.39 | 0 | 0.44 | 0.54 | 113.08 | 0.28 | 0.36 |
| Hex | 48 | 76 | 42 | 27 | 0 | 2C | 36 | 71 | 1C | 24 |
| Octal | 110 | 166 | 102 | 47 | 0 | 54 | 66 | 161 | 34 | 44 |
| Binary | 1001000 | 1110110 | 1000010 | 100111 | 0 | 101100 | 110110 | 1110001 | 11100 | 100100 |
Color Harmonies of #487642
Complementary color
Monochromatic Colors of #487642
Black with #487642
Text Example
Text Example
White with #487642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487642; }
p { color: rgb(72,118,66); }
H1.HeaderClassName
{
color: #487642;
}
.AnyTagClassName
{
color: #487642;
}
</style>
background-color css
<style>
a { background-color: #487642; }
a { background-color: rgb(72,118,66); }
div.DivClassName
{
background-color: #487642;
}
.BgClassName
{
background-color: #487642;
}
</style>
border-color css
<style>
span { border-color: #487642; }
span { border-color: rgb(72,118,66); }
td.TdClassName
{
border-color: #487642;
}
.TagClassName
{
border-color: #487642;
}
</style>