Shades of Green Leaf #567221
Tints of Green Leaf #567221
RGB
CMYK
RGB Variations
Color information
#567221 (or 0x567221) is known color: Green Leaf. HEX triplet: 56, 72 and 21. RGB value is (86,114,33). Sum of RGB (Red+Green+Blue) = 86+114+33=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #567221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567221 is #A98DDE. Grayscale: #606060. Windows color (decimal): -11111903 or 2191958. OLE color: 2191958.
HSL color Cylindrical-coordinate representation of color #567221: hue angle of 80.74º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #567221 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 33 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.55 |
| HSL | 80.74º | 0.55% | 0.29% | - |
| HSV(B) | 80.74º | 0.71% | 0.45% | - |
| XYZ | 10.13 | 14.12 | 3.63 | - |
| YUV | 96.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 33 | 0.25 | 0 | 0.71 | 0.55 | 80.74 | 0.55 | 0.29 |
| Hex | 56 | 72 | 21 | 19 | 0 | 47 | 37 | 51 | 37 | 1D |
| Octal | 126 | 162 | 41 | 31 | 0 | 107 | 67 | 121 | 67 | 35 |
| Binary | 1010110 | 1110010 | 100001 | 11001 | 0 | 1000111 | 110111 | 1010001 | 110111 | 11101 |
Color Harmonies of #567221
Complementary color
Monochromatic Colors of #567221
Black with #567221
Text Example
Text Example
White with #567221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567221; }
p { color: rgb(86,114,33); }
H1.HeaderClassName
{
color: #567221;
}
.AnyTagClassName
{
color: #567221;
}
</style>
background-color css
<style>
a { background-color: #567221; }
a { background-color: rgb(86,114,33); }
div.DivClassName
{
background-color: #567221;
}
.BgClassName
{
background-color: #567221;
}
</style>
border-color css
<style>
span { border-color: #567221; }
span { border-color: rgb(86,114,33); }
td.TdClassName
{
border-color: #567221;
}
.TagClassName
{
border-color: #567221;
}
</style>