Shades of Green Leaf #577222
Tints of Green Leaf #577222
RGB
CMYK
RGB Variations
Color information
#577222 (or 0x577222) is known color: Green Leaf. HEX triplet: 57, 72 and 22. RGB value is (87,114,34). Sum of RGB (Red+Green+Blue) = 87+114+34=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #577222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577222 is #A88DDD. Grayscale: #616161. Windows color (decimal): -11046366 or 2257495. OLE color: 2257495.
HSL color Cylindrical-coordinate representation of color #577222: hue angle of 80.25º 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 #577222 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 114 | 34 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.55 |
| HSL | 80.25º | 0.54% | 0.29% | - |
| HSV(B) | 80.25º | 0.7% | 0.45% | - |
| XYZ | 10.24 | 14.18 | 3.71 | - |
| YUV | 96.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 34 | 0.24 | 0 | 0.70 | 0.55 | 80.25 | 0.54 | 0.29 |
| Hex | 57 | 72 | 22 | 18 | 0 | 46 | 37 | 50 | 36 | 1D |
| Octal | 127 | 162 | 42 | 30 | 0 | 106 | 67 | 120 | 66 | 35 |
| Binary | 1010111 | 1110010 | 100010 | 11000 | 0 | 1000110 | 110111 | 1010000 | 110110 | 11101 |
Color Harmonies of #577222
Complementary color
Monochromatic Colors of #577222
Black with #577222
Text Example
Text Example
White with #577222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577222; }
p { color: rgb(87,114,34); }
H1.HeaderClassName
{
color: #577222;
}
.AnyTagClassName
{
color: #577222;
}
</style>
background-color css
<style>
a { background-color: #577222; }
a { background-color: rgb(87,114,34); }
div.DivClassName
{
background-color: #577222;
}
.BgClassName
{
background-color: #577222;
}
</style>
border-color css
<style>
span { border-color: #577222; }
span { border-color: rgb(87,114,34); }
td.TdClassName
{
border-color: #577222;
}
.TagClassName
{
border-color: #577222;
}
</style>