Shades of Fern Green #487243
Tints of Fern Green #487243
RGB
CMYK
RGB Variations
Color information
#487243 (or 0x487243) is known color: Fern Green. HEX triplet: 48, 72 and 43. RGB value is (72,114,67). Sum of RGB (Red+Green+Blue) = 72+114+67=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #487243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487243 is #B78DBC. Grayscale: #606060. Windows color (decimal): -12029373 or 4420168. OLE color: 4420168.
HSL color Cylindrical-coordinate representation of color #487243: hue angle of 113.62º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487243 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 67 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.55 |
| HSL | 113.62º | 0.26% | 0.35% | - |
| HSV(B) | 113.62º | 0.41% | 0.45% | - |
| XYZ | 9.7 | 13.82 | 7.47 | - |
| YUV | 96.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 67 | 0.37 | 0 | 0.41 | 0.55 | 113.62 | 0.26 | 0.35 |
| Hex | 48 | 72 | 43 | 25 | 0 | 29 | 37 | 72 | 1A | 23 |
| Octal | 110 | 162 | 103 | 45 | 0 | 51 | 67 | 162 | 32 | 43 |
| Binary | 1001000 | 1110010 | 1000011 | 100101 | 0 | 101001 | 110111 | 1110010 | 11010 | 100011 |
Color Harmonies of #487243
Complementary color
Monochromatic Colors of #487243
Black with #487243
Text Example
Text Example
White with #487243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487243; }
p { color: rgb(72,114,67); }
H1.HeaderClassName
{
color: #487243;
}
.AnyTagClassName
{
color: #487243;
}
</style>
background-color css
<style>
a { background-color: #487243; }
a { background-color: rgb(72,114,67); }
div.DivClassName
{
background-color: #487243;
}
.BgClassName
{
background-color: #487243;
}
</style>
border-color css
<style>
span { border-color: #487243; }
span { border-color: rgb(72,114,67); }
td.TdClassName
{
border-color: #487243;
}
.TagClassName
{
border-color: #487243;
}
</style>