Shades of Green Leaf #526D34
Tints of Green Leaf #526D34
RGB
CMYK
RGB Variations
Color information
#526D34 (or 0x526D34) is known color: Green Leaf. HEX triplet: 52, 6D and 34. RGB value is (82,109,52). Sum of RGB (Red+Green+Blue) = 82+109+52=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #526D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526D34 is #AD92CB. Grayscale: #5E5E5E. Windows color (decimal): -11375308 or 3435858. OLE color: 3435858.
HSL color Cylindrical-coordinate representation of color #526D34: hue angle of 88.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #526D34 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 109 | 52 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.57 |
| HSL | 88.42º | 0.35% | 0.32% | - |
| HSV(B) | 88.42º | 0.52% | 0.43% | - |
| XYZ | 9.57 | 12.98 | 5.25 | - |
| YUV | 94.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 52 | 0.25 | 0 | 0.52 | 0.57 | 88.42 | 0.35 | 0.32 |
| Hex | 52 | 6D | 34 | 19 | 0 | 34 | 39 | 58 | 23 | 20 |
| Octal | 122 | 155 | 64 | 31 | 0 | 64 | 71 | 130 | 43 | 40 |
| Binary | 1010010 | 1101101 | 110100 | 11001 | 0 | 110100 | 111001 | 1011000 | 100011 | 100000 |
Color Harmonies of #526D34
Complementary color
Monochromatic Colors of #526D34
Black with #526D34
Text Example
Text Example
White with #526D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D34; }
p { color: rgb(82,109,52); }
H1.HeaderClassName
{
color: #526D34;
}
.AnyTagClassName
{
color: #526D34;
}
</style>
background-color css
<style>
a { background-color: #526D34; }
a { background-color: rgb(82,109,52); }
div.DivClassName
{
background-color: #526D34;
}
.BgClassName
{
background-color: #526D34;
}
</style>
border-color css
<style>
span { border-color: #526D34; }
span { border-color: rgb(82,109,52); }
td.TdClassName
{
border-color: #526D34;
}
.TagClassName
{
border-color: #526D34;
}
</style>