Shades of Green Leaf #487212
Tints of Green Leaf #487212
RGB
CMYK
RGB Variations
Color information
#487212 (or 0x487212) is known color: Green Leaf. HEX triplet: 48, 72 and 12. RGB value is (72,114,18). Sum of RGB (Red+Green+Blue) = 72+114+18=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #487212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487212 is #B78DED. Grayscale: #5A5A5A. Windows color (decimal): -12029422 or 1208904. OLE color: 1208904.
HSL color Cylindrical-coordinate representation of color #487212: hue angle of 86.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #487212 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 18 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.55 |
| HSL | 86.25º | 0.73% | 0.26% | - |
| HSV(B) | 86.25º | 0.84% | 0.45% | - |
| XYZ | 8.8 | 13.46 | 2.71 | - |
| YUV | 90.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 18 | 0.37 | 0 | 0.84 | 0.55 | 86.25 | 0.73 | 0.26 |
| Hex | 48 | 72 | 12 | 25 | 0 | 54 | 37 | 56 | 49 | 1A |
| Octal | 110 | 162 | 22 | 45 | 0 | 124 | 67 | 126 | 111 | 32 |
| Binary | 1001000 | 1110010 | 10010 | 100101 | 0 | 1010100 | 110111 | 1010110 | 1001001 | 11010 |
Color Harmonies of #487212
Complementary color
Monochromatic Colors of #487212
Black with #487212
Text Example
Text Example
White with #487212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487212; }
p { color: rgb(72,114,18); }
H1.HeaderClassName
{
color: #487212;
}
.AnyTagClassName
{
color: #487212;
}
</style>
background-color css
<style>
a { background-color: #487212; }
a { background-color: rgb(72,114,18); }
div.DivClassName
{
background-color: #487212;
}
.BgClassName
{
background-color: #487212;
}
</style>
border-color css
<style>
span { border-color: #487212; }
span { border-color: rgb(72,114,18); }
td.TdClassName
{
border-color: #487212;
}
.TagClassName
{
border-color: #487212;
}
</style>