Shades of Green Leaf #56782A
Tints of Green Leaf #56782A
RGB
CMYK
RGB Variations
Color information
#56782A (or 0x56782A) is known color: Green Leaf. HEX triplet: 56, 78 and 2A. RGB value is (86,120,42). Sum of RGB (Red+Green+Blue) = 86+120+42=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #56782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56782A is #A987D5. Grayscale: #656565. Windows color (decimal): -11110358 or 2783318. OLE color: 2783318.
HSL color Cylindrical-coordinate representation of color #56782A: hue angle of 86.15º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56782A is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 120 | 42 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.53 |
| HSL | 86.15º | 0.48% | 0.32% | - |
| HSV(B) | 86.15º | 0.65% | 0.47% | - |
| XYZ | 10.97 | 15.58 | 4.62 | - |
| YUV | 100.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 42 | 0.28 | 0 | 0.65 | 0.53 | 86.15 | 0.48 | 0.32 |
| Hex | 56 | 78 | 2A | 1C | 0 | 41 | 35 | 56 | 30 | 20 |
| Octal | 126 | 170 | 52 | 34 | 0 | 101 | 65 | 126 | 60 | 40 |
| Binary | 1010110 | 1111000 | 101010 | 11100 | 0 | 1000001 | 110101 | 1010110 | 110000 | 100000 |
Color Harmonies of #56782A
Complementary color
Monochromatic Colors of #56782A
Black with #56782A
Text Example
Text Example
White with #56782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56782A; }
p { color: rgb(86,120,42); }
H1.HeaderClassName
{
color: #56782A;
}
.AnyTagClassName
{
color: #56782A;
}
</style>
background-color css
<style>
a { background-color: #56782A; }
a { background-color: rgb(86,120,42); }
div.DivClassName
{
background-color: #56782A;
}
.BgClassName
{
background-color: #56782A;
}
</style>
border-color css
<style>
span { border-color: #56782A; }
span { border-color: rgb(86,120,42); }
td.TdClassName
{
border-color: #56782A;
}
.TagClassName
{
border-color: #56782A;
}
</style>