Shades of Green Leaf #526F29
Tints of Green Leaf #526F29
RGB
CMYK
RGB Variations
Color information
#526F29 (or 0x526F29) is known color: Green Leaf. HEX triplet: 52, 6F and 29. RGB value is (82,111,41). Sum of RGB (Red+Green+Blue) = 82+111+41=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #526F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F29 is #AD90D6. Grayscale: #5E5E5E. Windows color (decimal): -11374807 or 2715474. OLE color: 2715474.
HSL color Cylindrical-coordinate representation of color #526F29: hue angle of 84.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #526F29 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 41 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.56 |
| HSL | 84.86º | 0.46% | 0.3% | - |
| HSV(B) | 84.86º | 0.63% | 0.44% | - |
| XYZ | 9.56 | 13.32 | 4.17 | - |
| YUV | 94.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 41 | 0.26 | 0 | 0.63 | 0.56 | 84.86 | 0.46 | 0.3 |
| Hex | 52 | 6F | 29 | 1A | 0 | 3F | 38 | 55 | 2E | 1E |
| Octal | 122 | 157 | 51 | 32 | 0 | 77 | 70 | 125 | 56 | 36 |
| Binary | 1010010 | 1101111 | 101001 | 11010 | 0 | 111111 | 111000 | 1010101 | 101110 | 11110 |
Color Harmonies of #526F29
Complementary color
Monochromatic Colors of #526F29
Black with #526F29
Text Example
Text Example
White with #526F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F29; }
p { color: rgb(82,111,41); }
H1.HeaderClassName
{
color: #526F29;
}
.AnyTagClassName
{
color: #526F29;
}
</style>
background-color css
<style>
a { background-color: #526F29; }
a { background-color: rgb(82,111,41); }
div.DivClassName
{
background-color: #526F29;
}
.BgClassName
{
background-color: #526F29;
}
</style>
border-color css
<style>
span { border-color: #526F29; }
span { border-color: rgb(82,111,41); }
td.TdClassName
{
border-color: #526F29;
}
.TagClassName
{
border-color: #526F29;
}
</style>