Shades of Fern Green #487A40
Tints of Fern Green #487A40
RGB
CMYK
RGB Variations
Color information
#487A40 (or 0x487A40) is known color: Fern Green. HEX triplet: 48, 7A and 40. RGB value is (72,122,64). Sum of RGB (Red+Green+Blue) = 72+122+64=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #487A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487A40 is #B785BF. Grayscale: #646464. Windows color (decimal): -12027328 or 4225608. OLE color: 4225608.
HSL color Cylindrical-coordinate representation of color #487A40: hue angle of 111.72º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #487A40 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 64 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.52 |
| HSL | 111.72º | 0.31% | 0.36% | - |
| HSV(B) | 111.72º | 0.48% | 0.48% | - |
| XYZ | 10.56 | 15.67 | 7.32 | - |
| YUV | 100.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 64 | 0.41 | 0 | 0.48 | 0.52 | 111.72 | 0.31 | 0.36 |
| Hex | 48 | 7A | 40 | 29 | 0 | 30 | 34 | 70 | 1F | 24 |
| Octal | 110 | 172 | 100 | 51 | 0 | 60 | 64 | 160 | 37 | 44 |
| Binary | 1001000 | 1111010 | 1000000 | 101001 | 0 | 110000 | 110100 | 1110000 | 11111 | 100100 |
Color Harmonies of #487A40
Complementary color
Monochromatic Colors of #487A40
Black with #487A40
Text Example
Text Example
White with #487A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A40; }
p { color: rgb(72,122,64); }
H1.HeaderClassName
{
color: #487A40;
}
.AnyTagClassName
{
color: #487A40;
}
</style>
background-color css
<style>
a { background-color: #487A40; }
a { background-color: rgb(72,122,64); }
div.DivClassName
{
background-color: #487A40;
}
.BgClassName
{
background-color: #487A40;
}
</style>
border-color css
<style>
span { border-color: #487A40; }
span { border-color: rgb(72,122,64); }
td.TdClassName
{
border-color: #487A40;
}
.TagClassName
{
border-color: #487A40;
}
</style>