Shades of Green Leaf #526A36
Tints of Green Leaf #526A36
RGB
CMYK
RGB Variations
Color information
#526A36 (or 0x526A36) is known color: Green Leaf. HEX triplet: 52, 6A and 36. RGB value is (82,106,54). Sum of RGB (Red+Green+Blue) = 82+106+54=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #526A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A36 is #AD95C9. Grayscale: #5D5D5D. Windows color (decimal): -11376074 or 3566162. OLE color: 3566162.
HSL color Cylindrical-coordinate representation of color #526A36: hue angle of 87.69º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #526A36 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 106 | 54 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.58 |
| HSL | 87.69º | 0.33% | 0.31% | - |
| HSV(B) | 87.69º | 0.49% | 0.42% | - |
| XYZ | 9.3 | 12.37 | 5.39 | - |
| YUV | 92.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 54 | 0.23 | 0 | 0.49 | 0.58 | 87.69 | 0.33 | 0.31 |
| Hex | 52 | 6A | 36 | 17 | 0 | 31 | 3A | 58 | 20 | 1F |
| Octal | 122 | 152 | 66 | 27 | 0 | 61 | 72 | 130 | 40 | 37 |
| Binary | 1010010 | 1101010 | 110110 | 10111 | 0 | 110001 | 111010 | 1011000 | 100000 | 11111 |
Color Harmonies of #526A36
Complementary color
Monochromatic Colors of #526A36
Black with #526A36
Text Example
Text Example
White with #526A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A36; }
p { color: rgb(82,106,54); }
H1.HeaderClassName
{
color: #526A36;
}
.AnyTagClassName
{
color: #526A36;
}
</style>
background-color css
<style>
a { background-color: #526A36; }
a { background-color: rgb(82,106,54); }
div.DivClassName
{
background-color: #526A36;
}
.BgClassName
{
background-color: #526A36;
}
</style>
border-color css
<style>
span { border-color: #526A36; }
span { border-color: rgb(82,106,54); }
td.TdClassName
{
border-color: #526A36;
}
.TagClassName
{
border-color: #526A36;
}
</style>