Shades of Parsley #355B33
Tints of Parsley #355B33
RGB
CMYK
RGB Variations
Color information
#355B33 (or 0x355B33) is known color: Parsley. HEX triplet: 35, 5B and 33. RGB value is (53,91,51). Sum of RGB (Red+Green+Blue) = 53+91+51=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #355B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B33 is #CAA4CC. Grayscale: #4B4B4B. Windows color (decimal): -13280461 or 3365685. OLE color: 3365685.
HSL color Cylindrical-coordinate representation of color #355B33: hue angle of 117º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355B33 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 51 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.64 |
| HSL | 117º | 0.28% | 0.28% | - |
| HSV(B) | 117º | 0.44% | 0.36% | - |
| XYZ | 5.81 | 8.48 | 4.46 | - |
| YUV | 75.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 51 | 0.42 | 0 | 0.44 | 0.64 | 117 | 0.28 | 0.28 |
| Hex | 35 | 5B | 33 | 2A | 0 | 2C | 40 | 75 | 1C | 1C |
| Octal | 65 | 133 | 63 | 52 | 0 | 54 | 100 | 165 | 34 | 34 |
| Binary | 110101 | 1011011 | 110011 | 101010 | 0 | 101100 | 1000000 | 1110101 | 11100 | 11100 |
Color Harmonies of #355B33
Complementary color
Monochromatic Colors of #355B33
Black with #355B33
Text Example
Text Example
White with #355B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B33; }
p { color: rgb(53,91,51); }
H1.HeaderClassName
{
color: #355B33;
}
.AnyTagClassName
{
color: #355B33;
}
</style>
background-color css
<style>
a { background-color: #355B33; }
a { background-color: rgb(53,91,51); }
div.DivClassName
{
background-color: #355B33;
}
.BgClassName
{
background-color: #355B33;
}
</style>
border-color css
<style>
span { border-color: #355B33; }
span { border-color: rgb(53,91,51); }
td.TdClassName
{
border-color: #355B33;
}
.TagClassName
{
border-color: #355B33;
}
</style>