Shades of Green Leaf #526E2A
Tints of Green Leaf #526E2A
RGB
CMYK
RGB Variations
Color information
#526E2A (or 0x526E2A) is known color: Green Leaf. HEX triplet: 52, 6E and 2A. RGB value is (82,110,42). Sum of RGB (Red+Green+Blue) = 82+110+42=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #526E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526E2A is #AD91D5. Grayscale: #5E5E5E. Windows color (decimal): -11375062 or 2780754. OLE color: 2780754.
HSL color Cylindrical-coordinate representation of color #526E2A: hue angle of 84.71º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526E2A is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 110 | 42 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.57 |
| HSL | 84.71º | 0.45% | 0.3% | - |
| HSV(B) | 84.71º | 0.62% | 0.43% | - |
| XYZ | 9.47 | 13.11 | 4.22 | - |
| YUV | 93.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 42 | 0.25 | 0 | 0.62 | 0.57 | 84.71 | 0.45 | 0.3 |
| Hex | 52 | 6E | 2A | 19 | 0 | 3E | 39 | 55 | 2D | 1E |
| Octal | 122 | 156 | 52 | 31 | 0 | 76 | 71 | 125 | 55 | 36 |
| Binary | 1010010 | 1101110 | 101010 | 11001 | 0 | 111110 | 111001 | 1010101 | 101101 | 11110 |
Color Harmonies of #526E2A
Complementary color
Monochromatic Colors of #526E2A
Black with #526E2A
Text Example
Text Example
White with #526E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E2A; }
p { color: rgb(82,110,42); }
H1.HeaderClassName
{
color: #526E2A;
}
.AnyTagClassName
{
color: #526E2A;
}
</style>
background-color css
<style>
a { background-color: #526E2A; }
a { background-color: rgb(82,110,42); }
div.DivClassName
{
background-color: #526E2A;
}
.BgClassName
{
background-color: #526E2A;
}
</style>
border-color css
<style>
span { border-color: #526E2A; }
span { border-color: rgb(82,110,42); }
td.TdClassName
{
border-color: #526E2A;
}
.TagClassName
{
border-color: #526E2A;
}
</style>