Shades of Green Leaf #487211
Tints of Green Leaf #487211
RGB
CMYK
RGB Variations
Color information
#487211 (or 0x487211) is known color: Green Leaf. HEX triplet: 48, 72 and 11. RGB value is (72,114,17). Sum of RGB (Red+Green+Blue) = 72+114+17=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #487211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487211 is #B78DEE. Grayscale: #5A5A5A. Windows color (decimal): -12029423 or 1143368. OLE color: 1143368.
HSL color Cylindrical-coordinate representation of color #487211: hue angle of 85.98º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #487211 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 17 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.55 |
| HSL | 85.98º | 0.74% | 0.26% | - |
| HSV(B) | 85.98º | 0.85% | 0.45% | - |
| XYZ | 8.79 | 13.45 | 2.66 | - |
| YUV | 90.38 | 86.59 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 17 | 0.37 | 0 | 0.85 | 0.55 | 85.98 | 0.74 | 0.26 |
| Hex | 48 | 72 | 11 | 25 | 0 | 55 | 37 | 56 | 4A | 1A |
| Octal | 110 | 162 | 21 | 45 | 0 | 125 | 67 | 126 | 112 | 32 |
| Binary | 1001000 | 1110010 | 10001 | 100101 | 0 | 1010101 | 110111 | 1010110 | 1001010 | 11010 |
Color Harmonies of #487211
Complementary color
Monochromatic Colors of #487211
Black with #487211
Text Example
Text Example
White with #487211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487211; }
p { color: rgb(72,114,17); }
H1.HeaderClassName
{
color: #487211;
}
.AnyTagClassName
{
color: #487211;
}
</style>
background-color css
<style>
a { background-color: #487211; }
a { background-color: rgb(72,114,17); }
div.DivClassName
{
background-color: #487211;
}
.BgClassName
{
background-color: #487211;
}
</style>
border-color css
<style>
span { border-color: #487211; }
span { border-color: rgb(72,114,17); }
td.TdClassName
{
border-color: #487211;
}
.TagClassName
{
border-color: #487211;
}
</style>