Shades of Green Leaf #527222
Tints of Green Leaf #527222
RGB
CMYK
RGB Variations
Color information
#527222 (or 0x527222) is known color: Green Leaf. HEX triplet: 52, 72 and 22. RGB value is (82,114,34). Sum of RGB (Red+Green+Blue) = 82+114+34=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #527222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527222 is #AD8DDD. Grayscale: #5F5F5F. Windows color (decimal): -11374046 or 2257490. OLE color: 2257490.
HSL color Cylindrical-coordinate representation of color #527222: hue angle of 84º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #527222 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 34 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.55 |
| HSL | 84º | 0.54% | 0.29% | - |
| HSV(B) | 84º | 0.7% | 0.45% | - |
| XYZ | 9.79 | 13.94 | 3.69 | - |
| YUV | 95.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 34 | 0.28 | 0 | 0.70 | 0.55 | 84 | 0.54 | 0.29 |
| Hex | 52 | 72 | 22 | 1C | 0 | 46 | 37 | 54 | 36 | 1D |
| Octal | 122 | 162 | 42 | 34 | 0 | 106 | 67 | 124 | 66 | 35 |
| Binary | 1010010 | 1110010 | 100010 | 11100 | 0 | 1000110 | 110111 | 1010100 | 110110 | 11101 |
Color Harmonies of #527222
Complementary color
Monochromatic Colors of #527222
Black with #527222
Text Example
Text Example
White with #527222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527222; }
p { color: rgb(82,114,34); }
H1.HeaderClassName
{
color: #527222;
}
.AnyTagClassName
{
color: #527222;
}
</style>
background-color css
<style>
a { background-color: #527222; }
a { background-color: rgb(82,114,34); }
div.DivClassName
{
background-color: #527222;
}
.BgClassName
{
background-color: #527222;
}
</style>
border-color css
<style>
span { border-color: #527222; }
span { border-color: rgb(82,114,34); }
td.TdClassName
{
border-color: #527222;
}
.TagClassName
{
border-color: #527222;
}
</style>