Shades of Green Leaf #56721C
Tints of Green Leaf #56721C
RGB
CMYK
RGB Variations
Color information
#56721C (or 0x56721C) is known color: Green Leaf. HEX triplet: 56, 72 and 1C. RGB value is (86,114,28). Sum of RGB (Red+Green+Blue) = 86+114+28=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #56721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56721C is #A98DE3. Grayscale: #606060. Windows color (decimal): -11111908 or 1864278. OLE color: 1864278.
HSL color Cylindrical-coordinate representation of color #56721C: hue angle of 79.53º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56721C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 28 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.55 |
| HSL | 79.53º | 0.61% | 0.28% | - |
| HSV(B) | 79.53º | 0.75% | 0.45% | - |
| XYZ | 10.06 | 14.1 | 3.29 | - |
| YUV | 95.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 28 | 0.25 | 0 | 0.75 | 0.55 | 79.53 | 0.61 | 0.28 |
| Hex | 56 | 72 | 1C | 19 | 0 | 4B | 37 | 50 | 3D | 1C |
| Octal | 126 | 162 | 34 | 31 | 0 | 113 | 67 | 120 | 75 | 34 |
| Binary | 1010110 | 1110010 | 11100 | 11001 | 0 | 1001011 | 110111 | 1010000 | 111101 | 11100 |
Color Harmonies of #56721C
Complementary color
Monochromatic Colors of #56721C
Black with #56721C
Text Example
Text Example
White with #56721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56721C; }
p { color: rgb(86,114,28); }
H1.HeaderClassName
{
color: #56721C;
}
.AnyTagClassName
{
color: #56721C;
}
</style>
background-color css
<style>
a { background-color: #56721C; }
a { background-color: rgb(86,114,28); }
div.DivClassName
{
background-color: #56721C;
}
.BgClassName
{
background-color: #56721C;
}
</style>
border-color css
<style>
span { border-color: #56721C; }
span { border-color: rgb(86,114,28); }
td.TdClassName
{
border-color: #56721C;
}
.TagClassName
{
border-color: #56721C;
}
</style>