Shades of Parsley #205227
Tints of Parsley #205227
RGB
CMYK
RGB Variations
Color information
#205227 (or 0x205227) is known color: Parsley. HEX triplet: 20, 52 and 27. RGB value is (32,82,39). Sum of RGB (Red+Green+Blue) = 32+82+39=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #205227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205227 is #DFADD8. Grayscale: #3E3E3E. Windows color (decimal): -14659033 or 2576928. OLE color: 2576928.
HSL color Cylindrical-coordinate representation of color #205227: hue angle of 128.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205227 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 39 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.68 |
| HSL | 128.4º | 0.44% | 0.22% | - |
| HSV(B) | 128.4º | 0.61% | 0.32% | - |
| XYZ | 3.98 | 6.49 | 2.96 | - |
| YUV | 62.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 39 | 0.61 | 0 | 0.52 | 0.68 | 128.4 | 0.44 | 0.22 |
| Hex | 20 | 52 | 27 | 3D | 0 | 34 | 44 | 80 | 2C | 16 |
| Octal | 40 | 122 | 47 | 75 | 0 | 64 | 104 | 200 | 54 | 26 |
| Binary | 100000 | 1010010 | 100111 | 111101 | 0 | 110100 | 1000100 | 10000000 | 101100 | 10110 |
Color Harmonies of #205227
Complementary color
Monochromatic Colors of #205227
Black with #205227
Text Example
Text Example
White with #205227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205227; }
p { color: rgb(32,82,39); }
H1.HeaderClassName
{
color: #205227;
}
.AnyTagClassName
{
color: #205227;
}
</style>
background-color css
<style>
a { background-color: #205227; }
a { background-color: rgb(32,82,39); }
div.DivClassName
{
background-color: #205227;
}
.BgClassName
{
background-color: #205227;
}
</style>
border-color css
<style>
span { border-color: #205227; }
span { border-color: rgb(32,82,39); }
td.TdClassName
{
border-color: #205227;
}
.TagClassName
{
border-color: #205227;
}
</style>