Shades of Green Leaf #56732C
Tints of Green Leaf #56732C
RGB
CMYK
RGB Variations
Color information
#56732C (or 0x56732C) is known color: Green Leaf. HEX triplet: 56, 73 and 2C. RGB value is (86,115,44). Sum of RGB (Red+Green+Blue) = 86+115+44=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #56732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56732C is #A98CD3. Grayscale: #626262. Windows color (decimal): -11111636 or 2913110. OLE color: 2913110.
HSL color Cylindrical-coordinate representation of color #56732C: hue angle of 84.51º 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 #56732C is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 115 | 44 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.55 |
| HSL | 84.51º | 0.45% | 0.31% | - |
| HSV(B) | 84.51º | 0.62% | 0.45% | - |
| XYZ | 10.42 | 14.42 | 4.62 | - |
| YUV | 98.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 44 | 0.25 | 0 | 0.62 | 0.55 | 84.51 | 0.45 | 0.31 |
| Hex | 56 | 73 | 2C | 19 | 0 | 3E | 37 | 55 | 2D | 1F |
| Octal | 126 | 163 | 54 | 31 | 0 | 76 | 67 | 125 | 55 | 37 |
| Binary | 1010110 | 1110011 | 101100 | 11001 | 0 | 111110 | 110111 | 1010101 | 101101 | 11111 |
Color Harmonies of #56732C
Complementary color
Monochromatic Colors of #56732C
Black with #56732C
Text Example
Text Example
White with #56732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56732C; }
p { color: rgb(86,115,44); }
H1.HeaderClassName
{
color: #56732C;
}
.AnyTagClassName
{
color: #56732C;
}
</style>
background-color css
<style>
a { background-color: #56732C; }
a { background-color: rgb(86,115,44); }
div.DivClassName
{
background-color: #56732C;
}
.BgClassName
{
background-color: #56732C;
}
</style>
border-color css
<style>
span { border-color: #56732C; }
span { border-color: rgb(86,115,44); }
td.TdClassName
{
border-color: #56732C;
}
.TagClassName
{
border-color: #56732C;
}
</style>