Shades of Parsley #355432
Tints of Parsley #355432
RGB
CMYK
RGB Variations
Color information
#355432 (or 0x355432) is known color: Parsley. HEX triplet: 35, 54 and 32. RGB value is (53,84,50). Sum of RGB (Red+Green+Blue) = 53+84+50=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #355432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355432 is #CAABCD. Grayscale: #464646. Windows color (decimal): -13282254 or 3298357. OLE color: 3298357.
HSL color Cylindrical-coordinate representation of color #355432: hue angle of 114.71º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355432 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 50 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.67 |
| HSL | 114.71º | 0.25% | 0.26% | - |
| HSV(B) | 114.71º | 0.4% | 0.33% | - |
| XYZ | 5.21 | 7.33 | 4.16 | - |
| YUV | 70.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 50 | 0.37 | 0 | 0.40 | 0.67 | 114.71 | 0.25 | 0.26 |
| Hex | 35 | 54 | 32 | 25 | 0 | 28 | 43 | 73 | 19 | 1A |
| Octal | 65 | 124 | 62 | 45 | 0 | 50 | 103 | 163 | 31 | 32 |
| Binary | 110101 | 1010100 | 110010 | 100101 | 0 | 101000 | 1000011 | 1110011 | 11001 | 11010 |
Color Harmonies of #355432
Complementary color
Monochromatic Colors of #355432
Black with #355432
Text Example
Text Example
White with #355432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355432; }
p { color: rgb(53,84,50); }
H1.HeaderClassName
{
color: #355432;
}
.AnyTagClassName
{
color: #355432;
}
</style>
background-color css
<style>
a { background-color: #355432; }
a { background-color: rgb(53,84,50); }
div.DivClassName
{
background-color: #355432;
}
.BgClassName
{
background-color: #355432;
}
</style>
border-color css
<style>
span { border-color: #355432; }
span { border-color: rgb(53,84,50); }
td.TdClassName
{
border-color: #355432;
}
.TagClassName
{
border-color: #355432;
}
</style>