Shades of Green Leaf #56732B
Tints of Green Leaf #56732B
RGB
CMYK
RGB Variations
Color information
#56732B (or 0x56732B) is known color: Green Leaf. HEX triplet: 56, 73 and 2B. RGB value is (86,115,43). Sum of RGB (Red+Green+Blue) = 86+115+43=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #56732B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56732B is #A98CD4. Grayscale: #626262. Windows color (decimal): -11111637 or 2847574. OLE color: 2847574.
HSL color Cylindrical-coordinate representation of color #56732B: hue angle of 84.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56732B is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 115 | 43 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.55 |
| HSL | 84.17º | 0.46% | 0.31% | - |
| HSV(B) | 84.17º | 0.63% | 0.45% | - |
| XYZ | 10.4 | 14.41 | 4.52 | - |
| YUV | 98.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 43 | 0.25 | 0 | 0.63 | 0.55 | 84.17 | 0.46 | 0.31 |
| Hex | 56 | 73 | 2B | 19 | 0 | 3F | 37 | 54 | 2E | 1F |
| Octal | 126 | 163 | 53 | 31 | 0 | 77 | 67 | 124 | 56 | 37 |
| Binary | 1010110 | 1110011 | 101011 | 11001 | 0 | 111111 | 110111 | 1010100 | 101110 | 11111 |
Color Harmonies of #56732B
Complementary color
Monochromatic Colors of #56732B
Black with #56732B
Text Example
Text Example
White with #56732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56732B; }
p { color: rgb(86,115,43); }
H1.HeaderClassName
{
color: #56732B;
}
.AnyTagClassName
{
color: #56732B;
}
</style>
background-color css
<style>
a { background-color: #56732B; }
a { background-color: rgb(86,115,43); }
div.DivClassName
{
background-color: #56732B;
}
.BgClassName
{
background-color: #56732B;
}
</style>
border-color css
<style>
span { border-color: #56732B; }
span { border-color: rgb(86,115,43); }
td.TdClassName
{
border-color: #56732B;
}
.TagClassName
{
border-color: #56732B;
}
</style>