Shades of Parsley #355F37
Tints of Parsley #355F37
RGB
CMYK
RGB Variations
Color information
#355F37 (or 0x355F37) is known color: Parsley. HEX triplet: 35, 5F and 37. RGB value is (53,95,55). Sum of RGB (Red+Green+Blue) = 53+95+55=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #355F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355F37 is #CAA0C8. Grayscale: #4D4D4D. Windows color (decimal): -13279433 or 3628853. OLE color: 3628853.
HSL color Cylindrical-coordinate representation of color #355F37: hue angle of 122.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355F37 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 95 | 55 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.63 |
| HSL | 122.86º | 0.28% | 0.29% | - |
| HSV(B) | 122.86º | 0.44% | 0.37% | - |
| XYZ | 6.25 | 9.22 | 5.06 | - |
| YUV | 77.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 55 | 0.44 | 0 | 0.42 | 0.63 | 122.86 | 0.28 | 0.29 |
| Hex | 35 | 5F | 37 | 2C | 0 | 2A | 3F | 7B | 1C | 1D |
| Octal | 65 | 137 | 67 | 54 | 0 | 52 | 77 | 173 | 34 | 35 |
| Binary | 110101 | 1011111 | 110111 | 101100 | 0 | 101010 | 111111 | 1111011 | 11100 | 11101 |
Color Harmonies of #355F37
Complementary color
Monochromatic Colors of #355F37
Black with #355F37
Text Example
Text Example
White with #355F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F37; }
p { color: rgb(53,95,55); }
H1.HeaderClassName
{
color: #355F37;
}
.AnyTagClassName
{
color: #355F37;
}
</style>
background-color css
<style>
a { background-color: #355F37; }
a { background-color: rgb(53,95,55); }
div.DivClassName
{
background-color: #355F37;
}
.BgClassName
{
background-color: #355F37;
}
</style>
border-color css
<style>
span { border-color: #355F37; }
span { border-color: rgb(53,95,55); }
td.TdClassName
{
border-color: #355F37;
}
.TagClassName
{
border-color: #355F37;
}
</style>