Shades of Fern Green #487143
Tints of Fern Green #487143
RGB
CMYK
RGB Variations
Color information
#487143 (or 0x487143) is known color: Fern Green. HEX triplet: 48, 71 and 43. RGB value is (72,113,67). Sum of RGB (Red+Green+Blue) = 72+113+67=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #487143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487143 is #B78EBC. Grayscale: #5F5F5F. Windows color (decimal): -12029629 or 4419912. OLE color: 4419912.
HSL color Cylindrical-coordinate representation of color #487143: hue angle of 113.48º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487143 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 113 | 67 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.56 |
| HSL | 113.48º | 0.26% | 0.35% | - |
| HSV(B) | 113.48º | 0.41% | 0.44% | - |
| XYZ | 9.59 | 13.59 | 7.43 | - |
| YUV | 95.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 67 | 0.36 | 0 | 0.41 | 0.56 | 113.48 | 0.26 | 0.35 |
| Hex | 48 | 71 | 43 | 24 | 0 | 29 | 38 | 71 | 1A | 23 |
| Octal | 110 | 161 | 103 | 44 | 0 | 51 | 70 | 161 | 32 | 43 |
| Binary | 1001000 | 1110001 | 1000011 | 100100 | 0 | 101001 | 111000 | 1110001 | 11010 | 100011 |
Color Harmonies of #487143
Complementary color
Monochromatic Colors of #487143
Black with #487143
Text Example
Text Example
White with #487143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487143; }
p { color: rgb(72,113,67); }
H1.HeaderClassName
{
color: #487143;
}
.AnyTagClassName
{
color: #487143;
}
</style>
background-color css
<style>
a { background-color: #487143; }
a { background-color: rgb(72,113,67); }
div.DivClassName
{
background-color: #487143;
}
.BgClassName
{
background-color: #487143;
}
</style>
border-color css
<style>
span { border-color: #487143; }
span { border-color: rgb(72,113,67); }
td.TdClassName
{
border-color: #487143;
}
.TagClassName
{
border-color: #487143;
}
</style>