Shades of Green Leaf #567332
Tints of Green Leaf #567332
RGB
CMYK
RGB Variations
Color information
#567332 (or 0x567332) is known color: Green Leaf. HEX triplet: 56, 73 and 32. RGB value is (86,115,50). Sum of RGB (Red+Green+Blue) = 86+115+50=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #567332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567332 is #A98CCD. Grayscale: #636363. Windows color (decimal): -11111630 or 3306326. OLE color: 3306326.
HSL color Cylindrical-coordinate representation of color #567332: hue angle of 86.77º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #567332 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 115 | 50 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.55 |
| HSL | 86.77º | 0.39% | 0.32% | - |
| HSV(B) | 86.77º | 0.57% | 0.45% | - |
| XYZ | 10.54 | 14.47 | 5.25 | - |
| YUV | 98.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 50 | 0.25 | 0 | 0.57 | 0.55 | 86.77 | 0.39 | 0.32 |
| Hex | 56 | 73 | 32 | 19 | 0 | 39 | 37 | 57 | 27 | 20 |
| Octal | 126 | 163 | 62 | 31 | 0 | 71 | 67 | 127 | 47 | 40 |
| Binary | 1010110 | 1110011 | 110010 | 11001 | 0 | 111001 | 110111 | 1010111 | 100111 | 100000 |
Color Harmonies of #567332
Complementary color
Monochromatic Colors of #567332
Black with #567332
Text Example
Text Example
White with #567332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567332; }
p { color: rgb(86,115,50); }
H1.HeaderClassName
{
color: #567332;
}
.AnyTagClassName
{
color: #567332;
}
</style>
background-color css
<style>
a { background-color: #567332; }
a { background-color: rgb(86,115,50); }
div.DivClassName
{
background-color: #567332;
}
.BgClassName
{
background-color: #567332;
}
</style>
border-color css
<style>
span { border-color: #567332; }
span { border-color: rgb(86,115,50); }
td.TdClassName
{
border-color: #567332;
}
.TagClassName
{
border-color: #567332;
}
</style>