Shades of Green Leaf #56742C
Tints of Green Leaf #56742C
RGB
CMYK
RGB Variations
Color information
#56742C (or 0x56742C) is known color: Green Leaf. HEX triplet: 56, 74 and 2C. RGB value is (86,116,44). Sum of RGB (Red+Green+Blue) = 86+116+44=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #56742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56742C is #A98BD3. Grayscale: #636363. Windows color (decimal): -11111380 or 2913366. OLE color: 2913366.
HSL color Cylindrical-coordinate representation of color #56742C: hue angle of 85º 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 #56742C is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 116 | 44 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.55 |
| HSL | 85º | 0.45% | 0.31% | - |
| HSV(B) | 85º | 0.62% | 0.45% | - |
| XYZ | 10.54 | 14.65 | 4.66 | - |
| YUV | 98.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 44 | 0.26 | 0 | 0.62 | 0.55 | 85 | 0.45 | 0.31 |
| Hex | 56 | 74 | 2C | 1A | 0 | 3E | 37 | 55 | 2D | 1F |
| Octal | 126 | 164 | 54 | 32 | 0 | 76 | 67 | 125 | 55 | 37 |
| Binary | 1010110 | 1110100 | 101100 | 11010 | 0 | 111110 | 110111 | 1010101 | 101101 | 11111 |
Color Harmonies of #56742C
Complementary color
Monochromatic Colors of #56742C
Black with #56742C
Text Example
Text Example
White with #56742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56742C; }
p { color: rgb(86,116,44); }
H1.HeaderClassName
{
color: #56742C;
}
.AnyTagClassName
{
color: #56742C;
}
</style>
background-color css
<style>
a { background-color: #56742C; }
a { background-color: rgb(86,116,44); }
div.DivClassName
{
background-color: #56742C;
}
.BgClassName
{
background-color: #56742C;
}
</style>
border-color css
<style>
span { border-color: #56742C; }
span { border-color: rgb(86,116,44); }
td.TdClassName
{
border-color: #56742C;
}
.TagClassName
{
border-color: #56742C;
}
</style>