Shades of Fern Green #487342
Tints of Fern Green #487342
RGB
CMYK
RGB Variations
Color information
#487342 (or 0x487342) is known color: Fern Green. HEX triplet: 48, 73 and 42. RGB value is (72,115,66). Sum of RGB (Red+Green+Blue) = 72+115+66=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #487342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487342 is #B78CBD. Grayscale: #606060. Windows color (decimal): -12029118 or 4354888. OLE color: 4354888.
HSL color Cylindrical-coordinate representation of color #487342: hue angle of 112.65º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487342 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 66 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.55 |
| HSL | 112.65º | 0.27% | 0.35% | - |
| HSV(B) | 112.65º | 0.43% | 0.45% | - |
| XYZ | 9.79 | 14.03 | 7.35 | - |
| YUV | 96.56 | 110.75 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 66 | 0.37 | 0 | 0.43 | 0.55 | 112.65 | 0.27 | 0.35 |
| Hex | 48 | 73 | 42 | 25 | 0 | 2B | 37 | 71 | 1B | 23 |
| Octal | 110 | 163 | 102 | 45 | 0 | 53 | 67 | 161 | 33 | 43 |
| Binary | 1001000 | 1110011 | 1000010 | 100101 | 0 | 101011 | 110111 | 1110001 | 11011 | 100011 |
Color Harmonies of #487342
Complementary color
Monochromatic Colors of #487342
Black with #487342
Text Example
Text Example
White with #487342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487342; }
p { color: rgb(72,115,66); }
H1.HeaderClassName
{
color: #487342;
}
.AnyTagClassName
{
color: #487342;
}
</style>
background-color css
<style>
a { background-color: #487342; }
a { background-color: rgb(72,115,66); }
div.DivClassName
{
background-color: #487342;
}
.BgClassName
{
background-color: #487342;
}
</style>
border-color css
<style>
span { border-color: #487342; }
span { border-color: rgb(72,115,66); }
td.TdClassName
{
border-color: #487342;
}
.TagClassName
{
border-color: #487342;
}
</style>