Shades of Parsley #205526
Tints of Parsley #205526
RGB
CMYK
RGB Variations
Color information
#205526 (or 0x205526) is known color: Parsley. HEX triplet: 20, 55 and 26. RGB value is (32,85,38). Sum of RGB (Red+Green+Blue) = 32+85+38=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #205526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205526 is #DFAAD9. Grayscale: #3F3F3F. Windows color (decimal): -14658266 or 2512160. OLE color: 2512160.
HSL color Cylindrical-coordinate representation of color #205526: hue angle of 126.79º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #205526 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 38 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.67 |
| HSL | 126.79º | 0.45% | 0.23% | - |
| HSV(B) | 126.79º | 0.62% | 0.33% | - |
| XYZ | 4.19 | 6.94 | 2.95 | - |
| YUV | 63.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 38 | 0.62 | 0 | 0.55 | 0.67 | 126.79 | 0.45 | 0.23 |
| Hex | 20 | 55 | 26 | 3E | 0 | 37 | 43 | 7F | 2D | 17 |
| Octal | 40 | 125 | 46 | 76 | 0 | 67 | 103 | 177 | 55 | 27 |
| Binary | 100000 | 1010101 | 100110 | 111110 | 0 | 110111 | 1000011 | 1111111 | 101101 | 10111 |
Color Harmonies of #205526
Complementary color
Monochromatic Colors of #205526
Black with #205526
Text Example
Text Example
White with #205526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205526; }
p { color: rgb(32,85,38); }
H1.HeaderClassName
{
color: #205526;
}
.AnyTagClassName
{
color: #205526;
}
</style>
background-color css
<style>
a { background-color: #205526; }
a { background-color: rgb(32,85,38); }
div.DivClassName
{
background-color: #205526;
}
.BgClassName
{
background-color: #205526;
}
</style>
border-color css
<style>
span { border-color: #205526; }
span { border-color: rgb(32,85,38); }
td.TdClassName
{
border-color: #205526;
}
.TagClassName
{
border-color: #205526;
}
</style>