Shades of Fern Green #487533
Tints of Fern Green #487533
RGB
CMYK
RGB Variations
Color information
#487533 (or 0x487533) is known color: Fern Green. HEX triplet: 48, 75 and 33. RGB value is (72,117,51). Sum of RGB (Red+Green+Blue) = 72+117+51=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #487533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487533 is #B78ACC. Grayscale: #606060. Windows color (decimal): -12028621 or 3372360. OLE color: 3372360.
HSL color Cylindrical-coordinate representation of color #487533: hue angle of 100.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #487533 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 117 | 51 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.54 |
| HSL | 100.91º | 0.39% | 0.33% | - |
| HSV(B) | 100.91º | 0.56% | 0.46% | - |
| XYZ | 9.63 | 14.34 | 5.39 | - |
| YUV | 96.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 51 | 0.38 | 0 | 0.56 | 0.54 | 100.91 | 0.39 | 0.33 |
| Hex | 48 | 75 | 33 | 26 | 0 | 38 | 36 | 65 | 27 | 21 |
| Octal | 110 | 165 | 63 | 46 | 0 | 70 | 66 | 145 | 47 | 41 |
| Binary | 1001000 | 1110101 | 110011 | 100110 | 0 | 111000 | 110110 | 1100101 | 100111 | 100001 |
Color Harmonies of #487533
Complementary color
Monochromatic Colors of #487533
Black with #487533
Text Example
Text Example
White with #487533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487533; }
p { color: rgb(72,117,51); }
H1.HeaderClassName
{
color: #487533;
}
.AnyTagClassName
{
color: #487533;
}
</style>
background-color css
<style>
a { background-color: #487533; }
a { background-color: rgb(72,117,51); }
div.DivClassName
{
background-color: #487533;
}
.BgClassName
{
background-color: #487533;
}
</style>
border-color css
<style>
span { border-color: #487533; }
span { border-color: rgb(72,117,51); }
td.TdClassName
{
border-color: #487533;
}
.TagClassName
{
border-color: #487533;
}
</style>