Shades of Green Leaf #56772C
Tints of Green Leaf #56772C
RGB
CMYK
RGB Variations
Color information
#56772C (or 0x56772C) is known color: Green Leaf. HEX triplet: 56, 77 and 2C. RGB value is (86,119,44). Sum of RGB (Red+Green+Blue) = 86+119+44=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #56772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56772C is #A988D3. Grayscale: #646464. Windows color (decimal): -11110612 or 2914134. OLE color: 2914134.
HSL color Cylindrical-coordinate representation of color #56772C: hue angle of 86.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56772C is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 119 | 44 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.53 |
| HSL | 86.4º | 0.46% | 0.32% | - |
| HSV(B) | 86.4º | 0.63% | 0.47% | - |
| XYZ | 10.89 | 15.35 | 4.77 | - |
| YUV | 100.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 44 | 0.28 | 0 | 0.63 | 0.53 | 86.4 | 0.46 | 0.32 |
| Hex | 56 | 77 | 2C | 1C | 0 | 3F | 35 | 56 | 2E | 20 |
| Octal | 126 | 167 | 54 | 34 | 0 | 77 | 65 | 126 | 56 | 40 |
| Binary | 1010110 | 1110111 | 101100 | 11100 | 0 | 111111 | 110101 | 1010110 | 101110 | 100000 |
Color Harmonies of #56772C
Complementary color
Monochromatic Colors of #56772C
Black with #56772C
Text Example
Text Example
White with #56772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56772C; }
p { color: rgb(86,119,44); }
H1.HeaderClassName
{
color: #56772C;
}
.AnyTagClassName
{
color: #56772C;
}
</style>
background-color css
<style>
a { background-color: #56772C; }
a { background-color: rgb(86,119,44); }
div.DivClassName
{
background-color: #56772C;
}
.BgClassName
{
background-color: #56772C;
}
</style>
border-color css
<style>
span { border-color: #56772C; }
span { border-color: rgb(86,119,44); }
td.TdClassName
{
border-color: #56772C;
}
.TagClassName
{
border-color: #56772C;
}
</style>