Shades of Green Leaf #56752B
Tints of Green Leaf #56752B
RGB
CMYK
RGB Variations
Color information
#56752B (or 0x56752B) is known color: Green Leaf. HEX triplet: 56, 75 and 2B. RGB value is (86,117,43). Sum of RGB (Red+Green+Blue) = 86+117+43=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #56752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56752B is #A98AD4. Grayscale: #636363. Windows color (decimal): -11111125 or 2848086. OLE color: 2848086.
HSL color Cylindrical-coordinate representation of color #56752B: hue angle of 85.14º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56752B is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 117 | 43 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.54 |
| HSL | 85.14º | 0.46% | 0.31% | - |
| HSV(B) | 85.14º | 0.63% | 0.46% | - |
| XYZ | 10.64 | 14.88 | 4.6 | - |
| YUV | 99.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 43 | 0.26 | 0 | 0.63 | 0.54 | 85.14 | 0.46 | 0.31 |
| Hex | 56 | 75 | 2B | 1A | 0 | 3F | 36 | 55 | 2E | 1F |
| Octal | 126 | 165 | 53 | 32 | 0 | 77 | 66 | 125 | 56 | 37 |
| Binary | 1010110 | 1110101 | 101011 | 11010 | 0 | 111111 | 110110 | 1010101 | 101110 | 11111 |
Color Harmonies of #56752B
Complementary color
Monochromatic Colors of #56752B
Black with #56752B
Text Example
Text Example
White with #56752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56752B; }
p { color: rgb(86,117,43); }
H1.HeaderClassName
{
color: #56752B;
}
.AnyTagClassName
{
color: #56752B;
}
</style>
background-color css
<style>
a { background-color: #56752B; }
a { background-color: rgb(86,117,43); }
div.DivClassName
{
background-color: #56752B;
}
.BgClassName
{
background-color: #56752B;
}
</style>
border-color css
<style>
span { border-color: #56752B; }
span { border-color: rgb(86,117,43); }
td.TdClassName
{
border-color: #56752B;
}
.TagClassName
{
border-color: #56752B;
}
</style>