Shades of Green Leaf #56792D
Tints of Green Leaf #56792D
RGB
CMYK
RGB Variations
Color information
#56792D (or 0x56792D) is known color: Green Leaf. HEX triplet: 56, 79 and 2D. RGB value is (86,121,45). Sum of RGB (Red+Green+Blue) = 86+121+45=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #56792D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56792D is #A986D2. Grayscale: #666666. Windows color (decimal): -11110099 or 2980182. OLE color: 2980182.
HSL color Cylindrical-coordinate representation of color #56792D: hue angle of 87.63º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56792D is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 121 | 45 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.53 |
| HSL | 87.63º | 0.46% | 0.33% | - |
| HSV(B) | 87.63º | 0.63% | 0.47% | - |
| XYZ | 11.15 | 15.84 | 4.95 | - |
| YUV | 101.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 45 | 0.29 | 0 | 0.63 | 0.53 | 87.63 | 0.46 | 0.33 |
| Hex | 56 | 79 | 2D | 1D | 0 | 3F | 35 | 58 | 2E | 21 |
| Octal | 126 | 171 | 55 | 35 | 0 | 77 | 65 | 130 | 56 | 41 |
| Binary | 1010110 | 1111001 | 101101 | 11101 | 0 | 111111 | 110101 | 1011000 | 101110 | 100001 |
Color Harmonies of #56792D
Complementary color
Monochromatic Colors of #56792D
Black with #56792D
Text Example
Text Example
White with #56792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56792D; }
p { color: rgb(86,121,45); }
H1.HeaderClassName
{
color: #56792D;
}
.AnyTagClassName
{
color: #56792D;
}
</style>
background-color css
<style>
a { background-color: #56792D; }
a { background-color: rgb(86,121,45); }
div.DivClassName
{
background-color: #56792D;
}
.BgClassName
{
background-color: #56792D;
}
</style>
border-color css
<style>
span { border-color: #56792D; }
span { border-color: rgb(86,121,45); }
td.TdClassName
{
border-color: #56792D;
}
.TagClassName
{
border-color: #56792D;
}
</style>