Shades of Green Leaf #526C36
Tints of Green Leaf #526C36
RGB
CMYK
RGB Variations
Color information
#526C36 (or 0x526C36) is known color: Green Leaf. HEX triplet: 52, 6C and 36. RGB value is (82,108,54). Sum of RGB (Red+Green+Blue) = 82+108+54=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #526C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C36 is #AD93C9. Grayscale: #5E5E5E. Windows color (decimal): -11375562 or 3566674. OLE color: 3566674.
HSL color Cylindrical-coordinate representation of color #526C36: hue angle of 88.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526C36 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 108 | 54 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.58 |
| HSL | 88.89º | 0.33% | 0.32% | - |
| HSV(B) | 88.89º | 0.5% | 0.42% | - |
| XYZ | 9.51 | 12.79 | 5.46 | - |
| YUV | 94.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 54 | 0.24 | 0 | 0.50 | 0.58 | 88.89 | 0.33 | 0.32 |
| Hex | 52 | 6C | 36 | 18 | 0 | 32 | 3A | 59 | 21 | 20 |
| Octal | 122 | 154 | 66 | 30 | 0 | 62 | 72 | 131 | 41 | 40 |
| Binary | 1010010 | 1101100 | 110110 | 11000 | 0 | 110010 | 111010 | 1011001 | 100001 | 100000 |
Color Harmonies of #526C36
Complementary color
Monochromatic Colors of #526C36
Black with #526C36
Text Example
Text Example
White with #526C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526C36; }
p { color: rgb(82,108,54); }
H1.HeaderClassName
{
color: #526C36;
}
.AnyTagClassName
{
color: #526C36;
}
</style>
background-color css
<style>
a { background-color: #526C36; }
a { background-color: rgb(82,108,54); }
div.DivClassName
{
background-color: #526C36;
}
.BgClassName
{
background-color: #526C36;
}
</style>
border-color css
<style>
span { border-color: #526C36; }
span { border-color: rgb(82,108,54); }
td.TdClassName
{
border-color: #526C36;
}
.TagClassName
{
border-color: #526C36;
}
</style>