Shades of Green Leaf #526A20
Tints of Green Leaf #526A20
RGB
CMYK
RGB Variations
Color information
#526A20 (or 0x526A20) is known color: Green Leaf. HEX triplet: 52, 6A and 20. RGB value is (82,106,32). Sum of RGB (Red+Green+Blue) = 82+106+32=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #526A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A20 is #AD95DF. Grayscale: #5A5A5A. Windows color (decimal): -11376096 or 2124370. OLE color: 2124370.
HSL color Cylindrical-coordinate representation of color #526A20: hue angle of 79.46º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #526A20 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 106 | 32 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.58 |
| HSL | 79.46º | 0.54% | 0.27% | - |
| HSV(B) | 79.46º | 0.7% | 0.42% | - |
| XYZ | 8.89 | 12.21 | 3.25 | - |
| YUV | 90.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 32 | 0.23 | 0 | 0.70 | 0.58 | 79.46 | 0.54 | 0.27 |
| Hex | 52 | 6A | 20 | 17 | 0 | 46 | 3A | 4F | 36 | 1B |
| Octal | 122 | 152 | 40 | 27 | 0 | 106 | 72 | 117 | 66 | 33 |
| Binary | 1010010 | 1101010 | 100000 | 10111 | 0 | 1000110 | 111010 | 1001111 | 110110 | 11011 |
Color Harmonies of #526A20
Complementary color
Monochromatic Colors of #526A20
Black with #526A20
Text Example
Text Example
White with #526A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A20; }
p { color: rgb(82,106,32); }
H1.HeaderClassName
{
color: #526A20;
}
.AnyTagClassName
{
color: #526A20;
}
</style>
background-color css
<style>
a { background-color: #526A20; }
a { background-color: rgb(82,106,32); }
div.DivClassName
{
background-color: #526A20;
}
.BgClassName
{
background-color: #526A20;
}
</style>
border-color css
<style>
span { border-color: #526A20; }
span { border-color: rgb(82,106,32); }
td.TdClassName
{
border-color: #526A20;
}
.TagClassName
{
border-color: #526A20;
}
</style>