Shades of Green Leaf #487120
Tints of Green Leaf #487120
RGB
CMYK
RGB Variations
Color information
#487120 (or 0x487120) is known color: Green Leaf. HEX triplet: 48, 71 and 20. RGB value is (72,113,32). Sum of RGB (Red+Green+Blue) = 72+113+32=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #487120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487120 is #B78EDF. Grayscale: #5B5B5B. Windows color (decimal): -12029664 or 2126152. OLE color: 2126152.
HSL color Cylindrical-coordinate representation of color #487120: hue angle of 90.37º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #487120 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 113 | 32 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.56 |
| HSL | 90.37º | 0.56% | 0.28% | - |
| HSV(B) | 90.37º | 0.72% | 0.44% | - |
| XYZ | 8.84 | 13.29 | 3.47 | - |
| YUV | 91.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 32 | 0.36 | 0 | 0.72 | 0.56 | 90.37 | 0.56 | 0.28 |
| Hex | 48 | 71 | 20 | 24 | 0 | 48 | 38 | 5A | 38 | 1C |
| Octal | 110 | 161 | 40 | 44 | 0 | 110 | 70 | 132 | 70 | 34 |
| Binary | 1001000 | 1110001 | 100000 | 100100 | 0 | 1001000 | 111000 | 1011010 | 111000 | 11100 |
Color Harmonies of #487120
Complementary color
Monochromatic Colors of #487120
Black with #487120
Text Example
Text Example
White with #487120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487120; }
p { color: rgb(72,113,32); }
H1.HeaderClassName
{
color: #487120;
}
.AnyTagClassName
{
color: #487120;
}
</style>
background-color css
<style>
a { background-color: #487120; }
a { background-color: rgb(72,113,32); }
div.DivClassName
{
background-color: #487120;
}
.BgClassName
{
background-color: #487120;
}
</style>
border-color css
<style>
span { border-color: #487120; }
span { border-color: rgb(72,113,32); }
td.TdClassName
{
border-color: #487120;
}
.TagClassName
{
border-color: #487120;
}
</style>