Shades of Green Leaf #56722B
Tints of Green Leaf #56722B
RGB
CMYK
RGB Variations
Color information
#56722B (or 0x56722B) is known color: Green Leaf. HEX triplet: 56, 72 and 2B. RGB value is (86,114,43). Sum of RGB (Red+Green+Blue) = 86+114+43=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #56722B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56722B is #A98DD4. Grayscale: #616161. Windows color (decimal): -11111893 or 2847318. OLE color: 2847318.
HSL color Cylindrical-coordinate representation of color #56722B: hue angle of 83.66º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56722B is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 43 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.55 |
| HSL | 83.66º | 0.45% | 0.31% | - |
| HSV(B) | 83.66º | 0.62% | 0.45% | - |
| XYZ | 10.29 | 14.19 | 4.48 | - |
| YUV | 97.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 43 | 0.25 | 0 | 0.62 | 0.55 | 83.66 | 0.45 | 0.31 |
| Hex | 56 | 72 | 2B | 19 | 0 | 3E | 37 | 54 | 2D | 1F |
| Octal | 126 | 162 | 53 | 31 | 0 | 76 | 67 | 124 | 55 | 37 |
| Binary | 1010110 | 1110010 | 101011 | 11001 | 0 | 111110 | 110111 | 1010100 | 101101 | 11111 |
Color Harmonies of #56722B
Complementary color
Monochromatic Colors of #56722B
Black with #56722B
Text Example
Text Example
White with #56722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56722B; }
p { color: rgb(86,114,43); }
H1.HeaderClassName
{
color: #56722B;
}
.AnyTagClassName
{
color: #56722B;
}
</style>
background-color css
<style>
a { background-color: #56722B; }
a { background-color: rgb(86,114,43); }
div.DivClassName
{
background-color: #56722B;
}
.BgClassName
{
background-color: #56722B;
}
</style>
border-color css
<style>
span { border-color: #56722B; }
span { border-color: rgb(86,114,43); }
td.TdClassName
{
border-color: #56722B;
}
.TagClassName
{
border-color: #56722B;
}
</style>