Shades of Green Leaf #56751C
Tints of Green Leaf #56751C
RGB
CMYK
RGB Variations
Color information
#56751C (or 0x56751C) is known color: Green Leaf. HEX triplet: 56, 75 and 1C. RGB value is (86,117,28). Sum of RGB (Red+Green+Blue) = 86+117+28=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #56751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56751C is #A98AE3. Grayscale: #616161. Windows color (decimal): -11111140 or 1865046. OLE color: 1865046.
HSL color Cylindrical-coordinate representation of color #56751C: hue angle of 80.9º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56751C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 117 | 28 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.54 |
| HSL | 80.9º | 0.61% | 0.28% | - |
| HSV(B) | 80.9º | 0.76% | 0.46% | - |
| XYZ | 10.41 | 14.78 | 3.4 | - |
| YUV | 97.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 28 | 0.26 | 0 | 0.76 | 0.54 | 80.9 | 0.61 | 0.28 |
| Hex | 56 | 75 | 1C | 1A | 0 | 4C | 36 | 51 | 3D | 1C |
| Octal | 126 | 165 | 34 | 32 | 0 | 114 | 66 | 121 | 75 | 34 |
| Binary | 1010110 | 1110101 | 11100 | 11010 | 0 | 1001100 | 110110 | 1010001 | 111101 | 11100 |
Color Harmonies of #56751C
Complementary color
Monochromatic Colors of #56751C
Black with #56751C
Text Example
Text Example
White with #56751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56751C; }
p { color: rgb(86,117,28); }
H1.HeaderClassName
{
color: #56751C;
}
.AnyTagClassName
{
color: #56751C;
}
</style>
background-color css
<style>
a { background-color: #56751C; }
a { background-color: rgb(86,117,28); }
div.DivClassName
{
background-color: #56751C;
}
.BgClassName
{
background-color: #56751C;
}
</style>
border-color css
<style>
span { border-color: #56751C; }
span { border-color: rgb(86,117,28); }
td.TdClassName
{
border-color: #56751C;
}
.TagClassName
{
border-color: #56751C;
}
</style>