Shades of Green Leaf #527422
Tints of Green Leaf #527422
RGB
CMYK
RGB Variations
Color information
#527422 (or 0x527422) is known color: Green Leaf. HEX triplet: 52, 74 and 22. RGB value is (82,116,34). Sum of RGB (Red+Green+Blue) = 82+116+34=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #527422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527422 is #AD8BDD. Grayscale: #606060. Windows color (decimal): -11373534 or 2258002. OLE color: 2258002.
HSL color Cylindrical-coordinate representation of color #527422: hue angle of 84.88º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #527422 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 116 | 34 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.55 |
| HSL | 84.88º | 0.55% | 0.29% | - |
| HSV(B) | 84.88º | 0.71% | 0.45% | - |
| XYZ | 10.01 | 14.4 | 3.77 | - |
| YUV | 96.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 34 | 0.29 | 0 | 0.71 | 0.55 | 84.88 | 0.55 | 0.29 |
| Hex | 52 | 74 | 22 | 1D | 0 | 47 | 37 | 55 | 37 | 1D |
| Octal | 122 | 164 | 42 | 35 | 0 | 107 | 67 | 125 | 67 | 35 |
| Binary | 1010010 | 1110100 | 100010 | 11101 | 0 | 1000111 | 110111 | 1010101 | 110111 | 11101 |
Color Harmonies of #527422
Complementary color
Monochromatic Colors of #527422
Black with #527422
Text Example
Text Example
White with #527422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527422; }
p { color: rgb(82,116,34); }
H1.HeaderClassName
{
color: #527422;
}
.AnyTagClassName
{
color: #527422;
}
</style>
background-color css
<style>
a { background-color: #527422; }
a { background-color: rgb(82,116,34); }
div.DivClassName
{
background-color: #527422;
}
.BgClassName
{
background-color: #527422;
}
</style>
border-color css
<style>
span { border-color: #527422; }
span { border-color: rgb(82,116,34); }
td.TdClassName
{
border-color: #527422;
}
.TagClassName
{
border-color: #527422;
}
</style>