Shades of Fern Green #487345
Tints of Fern Green #487345
RGB
CMYK
RGB Variations
Color information
#487345 (or 0x487345) is known color: Fern Green. HEX triplet: 48, 73 and 45. RGB value is (72,115,69). Sum of RGB (Red+Green+Blue) = 72+115+69=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #487345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487345 is #B78CBA. Grayscale: #616161. Windows color (decimal): -12029115 or 4551496. OLE color: 4551496.
HSL color Cylindrical-coordinate representation of color #487345: hue angle of 116.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487345 is Cyan = 0.37, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 69 | - |
| CMYK | 0.37 | 0 | 0.4 | 0.55 |
| HSL | 116.09º | 0.25% | 0.36% | - |
| HSV(B) | 116.09º | 0.4% | 0.45% | - |
| XYZ | 9.88 | 14.07 | 7.83 | - |
| YUV | 96.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 69 | 0.37 | 0 | 0.4 | 0.55 | 116.09 | 0.25 | 0.36 |
| Hex | 48 | 73 | 45 | 25 | 0 | 28 | 37 | 74 | 19 | 24 |
| Octal | 110 | 163 | 105 | 45 | 0 | 50 | 67 | 164 | 31 | 44 |
| Binary | 1001000 | 1110011 | 1000101 | 100101 | 0 | 101000 | 110111 | 1110100 | 11001 | 100100 |
Color Harmonies of #487345
Complementary color
Monochromatic Colors of #487345
Black with #487345
Text Example
Text Example
White with #487345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487345; }
p { color: rgb(72,115,69); }
H1.HeaderClassName
{
color: #487345;
}
.AnyTagClassName
{
color: #487345;
}
</style>
background-color css
<style>
a { background-color: #487345; }
a { background-color: rgb(72,115,69); }
div.DivClassName
{
background-color: #487345;
}
.BgClassName
{
background-color: #487345;
}
</style>
border-color css
<style>
span { border-color: #487345; }
span { border-color: rgb(72,115,69); }
td.TdClassName
{
border-color: #487345;
}
.TagClassName
{
border-color: #487345;
}
</style>