Shades of Green Leaf #487521
Tints of Green Leaf #487521
RGB
CMYK
RGB Variations
Color information
#487521 (or 0x487521) is known color: Green Leaf. HEX triplet: 48, 75 and 21. RGB value is (72,117,33). Sum of RGB (Red+Green+Blue) = 72+117+33=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #487521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487521 is #B78ADE. Grayscale: #5E5E5E. Windows color (decimal): -12028639 or 2192712. OLE color: 2192712.
HSL color Cylindrical-coordinate representation of color #487521: hue angle of 92.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #487521 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 117 | 33 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.54 |
| HSL | 92.14º | 0.56% | 0.29% | - |
| HSV(B) | 92.14º | 0.72% | 0.46% | - |
| XYZ | 9.31 | 14.21 | 3.69 | - |
| YUV | 93.97 | 93.59 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 33 | 0.38 | 0 | 0.72 | 0.54 | 92.14 | 0.56 | 0.29 |
| Hex | 48 | 75 | 21 | 26 | 0 | 48 | 36 | 5C | 38 | 1D |
| Octal | 110 | 165 | 41 | 46 | 0 | 110 | 66 | 134 | 70 | 35 |
| Binary | 1001000 | 1110101 | 100001 | 100110 | 0 | 1001000 | 110110 | 1011100 | 111000 | 11101 |
Color Harmonies of #487521
Complementary color
Monochromatic Colors of #487521
Black with #487521
Text Example
Text Example
White with #487521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487521; }
p { color: rgb(72,117,33); }
H1.HeaderClassName
{
color: #487521;
}
.AnyTagClassName
{
color: #487521;
}
</style>
background-color css
<style>
a { background-color: #487521; }
a { background-color: rgb(72,117,33); }
div.DivClassName
{
background-color: #487521;
}
.BgClassName
{
background-color: #487521;
}
</style>
border-color css
<style>
span { border-color: #487521; }
span { border-color: rgb(72,117,33); }
td.TdClassName
{
border-color: #487521;
}
.TagClassName
{
border-color: #487521;
}
</style>