Shades of Fern Green #487145
Tints of Fern Green #487145
RGB
CMYK
RGB Variations
Color information
#487145 (or 0x487145) is known color: Fern Green. HEX triplet: 48, 71 and 45. RGB value is (72,113,69). Sum of RGB (Red+Green+Blue) = 72+113+69=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #487145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487145 is #B78EBA. Grayscale: #5F5F5F. Windows color (decimal): -12029627 or 4550984. OLE color: 4550984.
HSL color Cylindrical-coordinate representation of color #487145: hue angle of 115.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487145 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 113 | 69 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.56 |
| HSL | 115.91º | 0.24% | 0.36% | - |
| HSV(B) | 115.91º | 0.39% | 0.44% | - |
| XYZ | 9.65 | 13.62 | 7.75 | - |
| YUV | 95.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 69 | 0.36 | 0 | 0.39 | 0.56 | 115.91 | 0.24 | 0.36 |
| Hex | 48 | 71 | 45 | 24 | 0 | 27 | 38 | 74 | 18 | 24 |
| Octal | 110 | 161 | 105 | 44 | 0 | 47 | 70 | 164 | 30 | 44 |
| Binary | 1001000 | 1110001 | 1000101 | 100100 | 0 | 100111 | 111000 | 1110100 | 11000 | 100100 |
Color Harmonies of #487145
Complementary color
Monochromatic Colors of #487145
Black with #487145
Text Example
Text Example
White with #487145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487145; }
p { color: rgb(72,113,69); }
H1.HeaderClassName
{
color: #487145;
}
.AnyTagClassName
{
color: #487145;
}
</style>
background-color css
<style>
a { background-color: #487145; }
a { background-color: rgb(72,113,69); }
div.DivClassName
{
background-color: #487145;
}
.BgClassName
{
background-color: #487145;
}
</style>
border-color css
<style>
span { border-color: #487145; }
span { border-color: rgb(72,113,69); }
td.TdClassName
{
border-color: #487145;
}
.TagClassName
{
border-color: #487145;
}
</style>