Shades of Parsley #355034
Tints of Parsley #355034
RGB
CMYK
RGB Variations
Color information
#355034 (or 0x355034) is known color: Parsley. HEX triplet: 35, 50 and 34. RGB value is (53,80,52). Sum of RGB (Red+Green+Blue) = 53+80+52=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #355034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355034 is #CAAFCB. Grayscale: #444444. Windows color (decimal): -13283276 or 3428405. OLE color: 3428405.
HSL color Cylindrical-coordinate representation of color #355034: hue angle of 117.86º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355034 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 52 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.69 |
| HSL | 117.86º | 0.21% | 0.26% | - |
| HSV(B) | 117.86º | 0.35% | 0.31% | - |
| XYZ | 4.96 | 6.74 | 4.29 | - |
| YUV | 68.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 52 | 0.34 | 0 | 0.35 | 0.69 | 117.86 | 0.21 | 0.26 |
| Hex | 35 | 50 | 34 | 22 | 0 | 23 | 45 | 76 | 15 | 1A |
| Octal | 65 | 120 | 64 | 42 | 0 | 43 | 105 | 166 | 25 | 32 |
| Binary | 110101 | 1010000 | 110100 | 100010 | 0 | 100011 | 1000101 | 1110110 | 10101 | 11010 |
Color Harmonies of #355034
Complementary color
Monochromatic Colors of #355034
Black with #355034
Text Example
Text Example
White with #355034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355034; }
p { color: rgb(53,80,52); }
H1.HeaderClassName
{
color: #355034;
}
.AnyTagClassName
{
color: #355034;
}
</style>
background-color css
<style>
a { background-color: #355034; }
a { background-color: rgb(53,80,52); }
div.DivClassName
{
background-color: #355034;
}
.BgClassName
{
background-color: #355034;
}
</style>
border-color css
<style>
span { border-color: #355034; }
span { border-color: rgb(53,80,52); }
td.TdClassName
{
border-color: #355034;
}
.TagClassName
{
border-color: #355034;
}
</style>