Shades of Parsley #355E33
Tints of Parsley #355E33
RGB
CMYK
RGB Variations
Color information
#355E33 (or 0x355E33) is known color: Parsley. HEX triplet: 35, 5E and 33. RGB value is (53,94,51). Sum of RGB (Red+Green+Blue) = 53+94+51=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 94 (37.11% from 255 or 47.47% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 94 - color contains mainly: green. Hex color #355E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355E33 is #CAA1CC. Grayscale: #4C4C4C. Windows color (decimal): -13279693 or 3366453. OLE color: 3366453.
HSL color Cylindrical-coordinate representation of color #355E33: hue angle of 117.21º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355E33 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 94 | 51 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.63 |
| HSL | 117.21º | 0.3% | 0.28% | - |
| HSV(B) | 117.21º | 0.46% | 0.37% | - |
| XYZ | 6.07 | 9 | 4.55 | - |
| YUV | 76.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 51 | 0.44 | 0 | 0.46 | 0.63 | 117.21 | 0.3 | 0.28 |
| Hex | 35 | 5E | 33 | 2C | 0 | 2E | 3F | 75 | 1E | 1C |
| Octal | 65 | 136 | 63 | 54 | 0 | 56 | 77 | 165 | 36 | 34 |
| Binary | 110101 | 1011110 | 110011 | 101100 | 0 | 101110 | 111111 | 1110101 | 11110 | 11100 |
Color Harmonies of #355E33
Complementary color
Monochromatic Colors of #355E33
Black with #355E33
Text Example
Text Example
White with #355E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E33; }
p { color: rgb(53,94,51); }
H1.HeaderClassName
{
color: #355E33;
}
.AnyTagClassName
{
color: #355E33;
}
</style>
background-color css
<style>
a { background-color: #355E33; }
a { background-color: rgb(53,94,51); }
div.DivClassName
{
background-color: #355E33;
}
.BgClassName
{
background-color: #355E33;
}
</style>
border-color css
<style>
span { border-color: #355E33; }
span { border-color: rgb(53,94,51); }
td.TdClassName
{
border-color: #355E33;
}
.TagClassName
{
border-color: #355E33;
}
</style>