Shades of Parsley #205427
Tints of Parsley #205427
RGB
CMYK
RGB Variations
Color information
#205427 (or 0x205427) is known color: Parsley. HEX triplet: 20, 54 and 27. RGB value is (32,84,39). Sum of RGB (Red+Green+Blue) = 32+84+39=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #205427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205427 is #DFABD8. Grayscale: #3F3F3F. Windows color (decimal): -14658521 or 2577440. OLE color: 2577440.
HSL color Cylindrical-coordinate representation of color #205427: hue angle of 128.08º 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 #205427 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 84 | 39 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.67 |
| HSL | 128.08º | 0.45% | 0.23% | - |
| HSV(B) | 128.08º | 0.62% | 0.33% | - |
| XYZ | 4.13 | 6.79 | 3.01 | - |
| YUV | 63.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 39 | 0.62 | 0 | 0.54 | 0.67 | 128.08 | 0.45 | 0.23 |
| Hex | 20 | 54 | 27 | 3E | 0 | 36 | 43 | 80 | 2D | 17 |
| Octal | 40 | 124 | 47 | 76 | 0 | 66 | 103 | 200 | 55 | 27 |
| Binary | 100000 | 1010100 | 100111 | 111110 | 0 | 110110 | 1000011 | 10000000 | 101101 | 10111 |
Color Harmonies of #205427
Complementary color
Monochromatic Colors of #205427
Black with #205427
Text Example
Text Example
White with #205427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205427; }
p { color: rgb(32,84,39); }
H1.HeaderClassName
{
color: #205427;
}
.AnyTagClassName
{
color: #205427;
}
</style>
background-color css
<style>
a { background-color: #205427; }
a { background-color: rgb(32,84,39); }
div.DivClassName
{
background-color: #205427;
}
.BgClassName
{
background-color: #205427;
}
</style>
border-color css
<style>
span { border-color: #205427; }
span { border-color: rgb(32,84,39); }
td.TdClassName
{
border-color: #205427;
}
.TagClassName
{
border-color: #205427;
}
</style>