Shades of Green Leaf #526E2F
Tints of Green Leaf #526E2F
RGB
CMYK
RGB Variations
Color information
#526E2F (or 0x526E2F) is known color: Green Leaf. HEX triplet: 52, 6E and 2F. RGB value is (82,110,47). Sum of RGB (Red+Green+Blue) = 82+110+47=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 110 - color contains mainly: green. Hex color #526E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526E2F is #AD91D0. Grayscale: #5E5E5E. Windows color (decimal): -11375057 or 3108434. OLE color: 3108434.
HSL color Cylindrical-coordinate representation of color #526E2F: hue angle of 86.67º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #526E2F is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 110 | 47 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.57 |
| HSL | 86.67º | 0.4% | 0.31% | - |
| HSV(B) | 86.67º | 0.57% | 0.43% | - |
| XYZ | 9.57 | 13.15 | 4.72 | - |
| YUV | 94.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 47 | 0.25 | 0 | 0.57 | 0.57 | 86.67 | 0.4 | 0.31 |
| Hex | 52 | 6E | 2F | 19 | 0 | 39 | 39 | 57 | 28 | 1F |
| Octal | 122 | 156 | 57 | 31 | 0 | 71 | 71 | 127 | 50 | 37 |
| Binary | 1010010 | 1101110 | 101111 | 11001 | 0 | 111001 | 111001 | 1010111 | 101000 | 11111 |
Color Harmonies of #526E2F
Complementary color
Monochromatic Colors of #526E2F
Black with #526E2F
Text Example
Text Example
White with #526E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E2F; }
p { color: rgb(82,110,47); }
H1.HeaderClassName
{
color: #526E2F;
}
.AnyTagClassName
{
color: #526E2F;
}
</style>
background-color css
<style>
a { background-color: #526E2F; }
a { background-color: rgb(82,110,47); }
div.DivClassName
{
background-color: #526E2F;
}
.BgClassName
{
background-color: #526E2F;
}
</style>
border-color css
<style>
span { border-color: #526E2F; }
span { border-color: rgb(82,110,47); }
td.TdClassName
{
border-color: #526E2F;
}
.TagClassName
{
border-color: #526E2F;
}
</style>