Shades of Green Leaf #526E27
Tints of Green Leaf #526E27
RGB
CMYK
RGB Variations
Color information
#526E27 (or 0x526E27) is known color: Green Leaf. HEX triplet: 52, 6E and 27. RGB value is (82,110,39). Sum of RGB (Red+Green+Blue) = 82+110+39=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #526E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526E27 is #AD91D8. Grayscale: #5D5D5D. Windows color (decimal): -11375065 or 2584146. OLE color: 2584146.
HSL color Cylindrical-coordinate representation of color #526E27: hue angle of 83.66º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526E27 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 110 | 39 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.57 |
| HSL | 83.66º | 0.48% | 0.29% | - |
| HSV(B) | 83.66º | 0.65% | 0.43% | - |
| XYZ | 9.42 | 13.09 | 3.95 | - |
| YUV | 93.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 39 | 0.25 | 0 | 0.65 | 0.57 | 83.66 | 0.48 | 0.29 |
| Hex | 52 | 6E | 27 | 19 | 0 | 41 | 39 | 54 | 30 | 1D |
| Octal | 122 | 156 | 47 | 31 | 0 | 101 | 71 | 124 | 60 | 35 |
| Binary | 1010010 | 1101110 | 100111 | 11001 | 0 | 1000001 | 111001 | 1010100 | 110000 | 11101 |
Color Harmonies of #526E27
Complementary color
Monochromatic Colors of #526E27
Black with #526E27
Text Example
Text Example
White with #526E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E27; }
p { color: rgb(82,110,39); }
H1.HeaderClassName
{
color: #526E27;
}
.AnyTagClassName
{
color: #526E27;
}
</style>
background-color css
<style>
a { background-color: #526E27; }
a { background-color: rgb(82,110,39); }
div.DivClassName
{
background-color: #526E27;
}
.BgClassName
{
background-color: #526E27;
}
</style>
border-color css
<style>
span { border-color: #526E27; }
span { border-color: rgb(82,110,39); }
td.TdClassName
{
border-color: #526E27;
}
.TagClassName
{
border-color: #526E27;
}
</style>