Shades of Green Leaf #526836
Tints of Green Leaf #526836
RGB
CMYK
RGB Variations
Color information
#526836 (or 0x526836) is known color: Green Leaf. HEX triplet: 52, 68 and 36. RGB value is (82,104,54). Sum of RGB (Red+Green+Blue) = 82+104+54=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #526836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526836 is #AD97C9. Grayscale: #5B5B5B. Windows color (decimal): -11376586 or 3565650. OLE color: 3565650.
HSL color Cylindrical-coordinate representation of color #526836: hue angle of 86.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #526836 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 104 | 54 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.59 |
| HSL | 86.4º | 0.32% | 0.31% | - |
| HSV(B) | 86.4º | 0.48% | 0.41% | - |
| XYZ | 9.1 | 11.96 | 5.32 | - |
| YUV | 91.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 54 | 0.21 | 0 | 0.48 | 0.59 | 86.4 | 0.32 | 0.31 |
| Hex | 52 | 68 | 36 | 15 | 0 | 30 | 3B | 56 | 20 | 1F |
| Octal | 122 | 150 | 66 | 25 | 0 | 60 | 73 | 126 | 40 | 37 |
| Binary | 1010010 | 1101000 | 110110 | 10101 | 0 | 110000 | 111011 | 1010110 | 100000 | 11111 |
Color Harmonies of #526836
Complementary color
Monochromatic Colors of #526836
Black with #526836
Text Example
Text Example
White with #526836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526836; }
p { color: rgb(82,104,54); }
H1.HeaderClassName
{
color: #526836;
}
.AnyTagClassName
{
color: #526836;
}
</style>
background-color css
<style>
a { background-color: #526836; }
a { background-color: rgb(82,104,54); }
div.DivClassName
{
background-color: #526836;
}
.BgClassName
{
background-color: #526836;
}
</style>
border-color css
<style>
span { border-color: #526836; }
span { border-color: rgb(82,104,54); }
td.TdClassName
{
border-color: #526836;
}
.TagClassName
{
border-color: #526836;
}
</style>