Shades of Parsley #355632
Tints of Parsley #355632
RGB
CMYK
RGB Variations
Color information
#355632 (or 0x355632) is known color: Parsley. HEX triplet: 35, 56 and 32. RGB value is (53,86,50). Sum of RGB (Red+Green+Blue) = 53+86+50=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #355632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355632 is #CAA9CD. Grayscale: #484848. Windows color (decimal): -13281742 or 3298869. OLE color: 3298869.
HSL color Cylindrical-coordinate representation of color #355632: hue angle of 115º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355632 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 86 | 50 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.66 |
| HSL | 115º | 0.26% | 0.27% | - |
| HSV(B) | 115º | 0.42% | 0.34% | - |
| XYZ | 5.37 | 7.64 | 4.21 | - |
| YUV | 72.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 50 | 0.38 | 0 | 0.42 | 0.66 | 115 | 0.26 | 0.27 |
| Hex | 35 | 56 | 32 | 26 | 0 | 2A | 42 | 73 | 1A | 1B |
| Octal | 65 | 126 | 62 | 46 | 0 | 52 | 102 | 163 | 32 | 33 |
| Binary | 110101 | 1010110 | 110010 | 100110 | 0 | 101010 | 1000010 | 1110011 | 11010 | 11011 |
Color Harmonies of #355632
Complementary color
Monochromatic Colors of #355632
Black with #355632
Text Example
Text Example
White with #355632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355632; }
p { color: rgb(53,86,50); }
H1.HeaderClassName
{
color: #355632;
}
.AnyTagClassName
{
color: #355632;
}
</style>
background-color css
<style>
a { background-color: #355632; }
a { background-color: rgb(53,86,50); }
div.DivClassName
{
background-color: #355632;
}
.BgClassName
{
background-color: #355632;
}
</style>
border-color css
<style>
span { border-color: #355632; }
span { border-color: rgb(53,86,50); }
td.TdClassName
{
border-color: #355632;
}
.TagClassName
{
border-color: #355632;
}
</style>