Shades of Parsley #205B23
Tints of Parsley #205B23
RGB
CMYK
RGB Variations
Color information
#205B23 (or 0x205B23) is known color: Parsley. HEX triplet: 20, 5B and 23. RGB value is (32,91,35). Sum of RGB (Red+Green+Blue) = 32+91+35=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #205B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205B23 is #DFA4DC. Grayscale: #434343. Windows color (decimal): -14656733 or 2317088. OLE color: 2317088.
HSL color Cylindrical-coordinate representation of color #205B23: hue angle of 123.05º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205B23 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 91 | 35 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.64 |
| HSL | 123.05º | 0.48% | 0.24% | - |
| HSV(B) | 123.05º | 0.65% | 0.36% | - |
| XYZ | 4.64 | 7.91 | 2.87 | - |
| YUV | 66.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 35 | 0.65 | 0 | 0.62 | 0.64 | 123.05 | 0.48 | 0.24 |
| Hex | 20 | 5B | 23 | 41 | 0 | 3E | 40 | 7B | 30 | 18 |
| Octal | 40 | 133 | 43 | 101 | 0 | 76 | 100 | 173 | 60 | 30 |
| Binary | 100000 | 1011011 | 100011 | 1000001 | 0 | 111110 | 1000000 | 1111011 | 110000 | 11000 |
Color Harmonies of #205B23
Complementary color
Monochromatic Colors of #205B23
Black with #205B23
Text Example
Text Example
White with #205B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B23; }
p { color: rgb(32,91,35); }
H1.HeaderClassName
{
color: #205B23;
}
.AnyTagClassName
{
color: #205B23;
}
</style>
background-color css
<style>
a { background-color: #205B23; }
a { background-color: rgb(32,91,35); }
div.DivClassName
{
background-color: #205B23;
}
.BgClassName
{
background-color: #205B23;
}
</style>
border-color css
<style>
span { border-color: #205B23; }
span { border-color: rgb(32,91,35); }
td.TdClassName
{
border-color: #205B23;
}
.TagClassName
{
border-color: #205B23;
}
</style>