Shades of Green Leaf #526F20
Tints of Green Leaf #526F20
RGB
CMYK
RGB Variations
Color information
#526F20 (or 0x526F20) is known color: Green Leaf. HEX triplet: 52, 6F and 20. RGB value is (82,111,32). Sum of RGB (Red+Green+Blue) = 82+111+32=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #526F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F20 is #AD90DF. Grayscale: #5D5D5D. Windows color (decimal): -11374816 or 2125650. OLE color: 2125650.
HSL color Cylindrical-coordinate representation of color #526F20: hue angle of 82.03º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #526F20 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 32 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.56 |
| HSL | 82.03º | 0.55% | 0.28% | - |
| HSV(B) | 82.03º | 0.71% | 0.44% | - |
| XYZ | 9.42 | 13.27 | 3.43 | - |
| YUV | 93.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 32 | 0.26 | 0 | 0.71 | 0.56 | 82.03 | 0.55 | 0.28 |
| Hex | 52 | 6F | 20 | 1A | 0 | 47 | 38 | 52 | 37 | 1C |
| Octal | 122 | 157 | 40 | 32 | 0 | 107 | 70 | 122 | 67 | 34 |
| Binary | 1010010 | 1101111 | 100000 | 11010 | 0 | 1000111 | 111000 | 1010010 | 110111 | 11100 |
Color Harmonies of #526F20
Complementary color
Monochromatic Colors of #526F20
Black with #526F20
Text Example
Text Example
White with #526F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F20; }
p { color: rgb(82,111,32); }
H1.HeaderClassName
{
color: #526F20;
}
.AnyTagClassName
{
color: #526F20;
}
</style>
background-color css
<style>
a { background-color: #526F20; }
a { background-color: rgb(82,111,32); }
div.DivClassName
{
background-color: #526F20;
}
.BgClassName
{
background-color: #526F20;
}
</style>
border-color css
<style>
span { border-color: #526F20; }
span { border-color: rgb(82,111,32); }
td.TdClassName
{
border-color: #526F20;
}
.TagClassName
{
border-color: #526F20;
}
</style>