Shades of Green Leaf #526D2F
Tints of Green Leaf #526D2F
RGB
CMYK
RGB Variations
Color information
#526D2F (or 0x526D2F) is known color: Green Leaf. HEX triplet: 52, 6D and 2F. RGB value is (82,109,47). Sum of RGB (Red+Green+Blue) = 82+109+47=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 109 - color contains mainly: green. Hex color #526D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526D2F is #AD92D0. Grayscale: #5E5E5E. Windows color (decimal): -11375313 or 3108178. OLE color: 3108178.
HSL color Cylindrical-coordinate representation of color #526D2F: hue angle of 86.13º 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 #526D2F is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 109 | 47 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.57 |
| HSL | 86.13º | 0.4% | 0.31% | - |
| HSV(B) | 86.13º | 0.57% | 0.43% | - |
| XYZ | 9.46 | 12.94 | 4.69 | - |
| YUV | 93.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 47 | 0.25 | 0 | 0.57 | 0.57 | 86.13 | 0.4 | 0.31 |
| Hex | 52 | 6D | 2F | 19 | 0 | 39 | 39 | 56 | 28 | 1F |
| Octal | 122 | 155 | 57 | 31 | 0 | 71 | 71 | 126 | 50 | 37 |
| Binary | 1010010 | 1101101 | 101111 | 11001 | 0 | 111001 | 111001 | 1010110 | 101000 | 11111 |
Color Harmonies of #526D2F
Complementary color
Monochromatic Colors of #526D2F
Black with #526D2F
Text Example
Text Example
White with #526D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D2F; }
p { color: rgb(82,109,47); }
H1.HeaderClassName
{
color: #526D2F;
}
.AnyTagClassName
{
color: #526D2F;
}
</style>
background-color css
<style>
a { background-color: #526D2F; }
a { background-color: rgb(82,109,47); }
div.DivClassName
{
background-color: #526D2F;
}
.BgClassName
{
background-color: #526D2F;
}
</style>
border-color css
<style>
span { border-color: #526D2F; }
span { border-color: rgb(82,109,47); }
td.TdClassName
{
border-color: #526D2F;
}
.TagClassName
{
border-color: #526D2F;
}
</style>