Shades of Parsley #355F33
Tints of Parsley #355F33
RGB
CMYK
RGB Variations
Color information
#355F33 (or 0x355F33) is known color: Parsley. HEX triplet: 35, 5F and 33. RGB value is (53,95,51). Sum of RGB (Red+Green+Blue) = 53+95+51=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #355F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355F33 is #CAA0CC. Grayscale: #4D4D4D. Windows color (decimal): -13279437 or 3366709. OLE color: 3366709.
HSL color Cylindrical-coordinate representation of color #355F33: hue angle of 117.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355F33 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 95 | 51 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.63 |
| HSL | 117.27º | 0.3% | 0.29% | - |
| HSV(B) | 117.27º | 0.46% | 0.37% | - |
| XYZ | 6.16 | 9.18 | 4.58 | - |
| YUV | 77.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 51 | 0.44 | 0 | 0.46 | 0.63 | 117.27 | 0.3 | 0.29 |
| Hex | 35 | 5F | 33 | 2C | 0 | 2E | 3F | 75 | 1E | 1D |
| Octal | 65 | 137 | 63 | 54 | 0 | 56 | 77 | 165 | 36 | 35 |
| Binary | 110101 | 1011111 | 110011 | 101100 | 0 | 101110 | 111111 | 1110101 | 11110 | 11101 |
Color Harmonies of #355F33
Complementary color
Monochromatic Colors of #355F33
Black with #355F33
Text Example
Text Example
White with #355F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F33; }
p { color: rgb(53,95,51); }
H1.HeaderClassName
{
color: #355F33;
}
.AnyTagClassName
{
color: #355F33;
}
</style>
background-color css
<style>
a { background-color: #355F33; }
a { background-color: rgb(53,95,51); }
div.DivClassName
{
background-color: #355F33;
}
.BgClassName
{
background-color: #355F33;
}
</style>
border-color css
<style>
span { border-color: #355F33; }
span { border-color: rgb(53,95,51); }
td.TdClassName
{
border-color: #355F33;
}
.TagClassName
{
border-color: #355F33;
}
</style>