Shades of Fern Green #487545
Tints of Fern Green #487545
RGB
CMYK
RGB Variations
Color information
#487545 (or 0x487545) is known color: Fern Green. HEX triplet: 48, 75 and 45. RGB value is (72,117,69). Sum of RGB (Red+Green+Blue) = 72+117+69=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #487545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487545 is #B78ABA. Grayscale: #626262. Windows color (decimal): -12028603 or 4552008. OLE color: 4552008.
HSL color Cylindrical-coordinate representation of color #487545: hue angle of 116.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487545 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 117 | 69 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.54 |
| HSL | 116.25º | 0.26% | 0.36% | - |
| HSV(B) | 116.25º | 0.41% | 0.46% | - |
| XYZ | 10.11 | 14.53 | 7.9 | - |
| YUV | 98.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 69 | 0.38 | 0 | 0.41 | 0.54 | 116.25 | 0.26 | 0.36 |
| Hex | 48 | 75 | 45 | 26 | 0 | 29 | 36 | 74 | 1A | 24 |
| Octal | 110 | 165 | 105 | 46 | 0 | 51 | 66 | 164 | 32 | 44 |
| Binary | 1001000 | 1110101 | 1000101 | 100110 | 0 | 101001 | 110110 | 1110100 | 11010 | 100100 |
Color Harmonies of #487545
Complementary color
Monochromatic Colors of #487545
Black with #487545
Text Example
Text Example
White with #487545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487545; }
p { color: rgb(72,117,69); }
H1.HeaderClassName
{
color: #487545;
}
.AnyTagClassName
{
color: #487545;
}
</style>
background-color css
<style>
a { background-color: #487545; }
a { background-color: rgb(72,117,69); }
div.DivClassName
{
background-color: #487545;
}
.BgClassName
{
background-color: #487545;
}
</style>
border-color css
<style>
span { border-color: #487545; }
span { border-color: rgb(72,117,69); }
td.TdClassName
{
border-color: #487545;
}
.TagClassName
{
border-color: #487545;
}
</style>