Shades of Parsley #355F34
Tints of Parsley #355F34
RGB
CMYK
RGB Variations
Color information
#355F34 (or 0x355F34) is known color: Parsley. HEX triplet: 35, 5F and 34. RGB value is (53,95,52). Sum of RGB (Red+Green+Blue) = 53+95+52=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #355F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355F34 is #CAA0CB. Grayscale: #4D4D4D. Windows color (decimal): -13279436 or 3432245. OLE color: 3432245.
HSL color Cylindrical-coordinate representation of color #355F34: hue angle of 118.6º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #355F34 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 95 | 52 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.63 |
| HSL | 118.6º | 0.29% | 0.29% | - |
| HSV(B) | 118.6º | 0.45% | 0.37% | - |
| XYZ | 6.18 | 9.19 | 4.7 | - |
| YUV | 77.54 | 113.59 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 52 | 0.44 | 0 | 0.45 | 0.63 | 118.6 | 0.29 | 0.29 |
| Hex | 35 | 5F | 34 | 2C | 0 | 2D | 3F | 77 | 1D | 1D |
| Octal | 65 | 137 | 64 | 54 | 0 | 55 | 77 | 167 | 35 | 35 |
| Binary | 110101 | 1011111 | 110100 | 101100 | 0 | 101101 | 111111 | 1110111 | 11101 | 11101 |
Color Harmonies of #355F34
Complementary color
Monochromatic Colors of #355F34
Black with #355F34
Text Example
Text Example
White with #355F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F34; }
p { color: rgb(53,95,52); }
H1.HeaderClassName
{
color: #355F34;
}
.AnyTagClassName
{
color: #355F34;
}
</style>
background-color css
<style>
a { background-color: #355F34; }
a { background-color: rgb(53,95,52); }
div.DivClassName
{
background-color: #355F34;
}
.BgClassName
{
background-color: #355F34;
}
</style>
border-color css
<style>
span { border-color: #355F34; }
span { border-color: rgb(53,95,52); }
td.TdClassName
{
border-color: #355F34;
}
.TagClassName
{
border-color: #355F34;
}
</style>