Shades of Green Leaf #526521
Tints of Green Leaf #526521
RGB
CMYK
RGB Variations
Color information
#526521 (or 0x526521) is known color: Green Leaf. HEX triplet: 52, 65 and 21. RGB value is (82,101,33). Sum of RGB (Red+Green+Blue) = 82+101+33=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 101 - color contains mainly: green. Hex color #526521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526521 is #AD9ADE. Grayscale: #575757. Windows color (decimal): -11377375 or 2188626. OLE color: 2188626.
HSL color Cylindrical-coordinate representation of color #526521: hue angle of 76.76º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526521 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 101 | 33 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.60 |
| HSL | 76.76º | 0.51% | 0.26% | - |
| HSV(B) | 76.76º | 0.67% | 0.4% | - |
| XYZ | 8.41 | 11.21 | 3.16 | - |
| YUV | 87.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 33 | 0.19 | 0 | 0.67 | 0.60 | 76.76 | 0.51 | 0.26 |
| Hex | 52 | 65 | 21 | 13 | 0 | 43 | 3C | 4D | 33 | 1A |
| Octal | 122 | 145 | 41 | 23 | 0 | 103 | 74 | 115 | 63 | 32 |
| Binary | 1010010 | 1100101 | 100001 | 10011 | 0 | 1000011 | 111100 | 1001101 | 110011 | 11010 |
Color Harmonies of #526521
Complementary color
Monochromatic Colors of #526521
Black with #526521
Text Example
Text Example
White with #526521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526521; }
p { color: rgb(82,101,33); }
H1.HeaderClassName
{
color: #526521;
}
.AnyTagClassName
{
color: #526521;
}
</style>
background-color css
<style>
a { background-color: #526521; }
a { background-color: rgb(82,101,33); }
div.DivClassName
{
background-color: #526521;
}
.BgClassName
{
background-color: #526521;
}
</style>
border-color css
<style>
span { border-color: #526521; }
span { border-color: rgb(82,101,33); }
td.TdClassName
{
border-color: #526521;
}
.TagClassName
{
border-color: #526521;
}
</style>