Shades of Parsley #205628
Tints of Parsley #205628
RGB
CMYK
RGB Variations
Color information
#205628 (or 0x205628) is known color: Parsley. HEX triplet: 20, 56 and 28. RGB value is (32,86,40). Sum of RGB (Red+Green+Blue) = 32+86+40=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #205628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205628 is #DFA9D7. Grayscale: #404040. Windows color (decimal): -14658008 or 2643488. OLE color: 2643488.
HSL color Cylindrical-coordinate representation of color #205628: hue angle of 128.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #205628 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 86 | 40 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.66 |
| HSL | 128.89º | 0.46% | 0.23% | - |
| HSV(B) | 128.89º | 0.63% | 0.34% | - |
| XYZ | 4.31 | 7.12 | 3.15 | - |
| YUV | 64.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 40 | 0.63 | 0 | 0.53 | 0.66 | 128.89 | 0.46 | 0.23 |
| Hex | 20 | 56 | 28 | 3F | 0 | 35 | 42 | 81 | 2E | 17 |
| Octal | 40 | 126 | 50 | 77 | 0 | 65 | 102 | 201 | 56 | 27 |
| Binary | 100000 | 1010110 | 101000 | 111111 | 0 | 110101 | 1000010 | 10000001 | 101110 | 10111 |
Color Harmonies of #205628
Complementary color
Monochromatic Colors of #205628
Black with #205628
Text Example
Text Example
White with #205628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205628; }
p { color: rgb(32,86,40); }
H1.HeaderClassName
{
color: #205628;
}
.AnyTagClassName
{
color: #205628;
}
</style>
background-color css
<style>
a { background-color: #205628; }
a { background-color: rgb(32,86,40); }
div.DivClassName
{
background-color: #205628;
}
.BgClassName
{
background-color: #205628;
}
</style>
border-color css
<style>
span { border-color: #205628; }
span { border-color: rgb(32,86,40); }
td.TdClassName
{
border-color: #205628;
}
.TagClassName
{
border-color: #205628;
}
</style>