Shades of Parsley #356235
Tints of Parsley #356235
RGB
CMYK
RGB Variations
Color information
#356235 (or 0x356235) is known color: Parsley. HEX triplet: 35, 62 and 35. RGB value is (53,98,53). Sum of RGB (Red+Green+Blue) = 53+98+53=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #356235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356235 is #CA9DCA. Grayscale: #4F4F4F. Windows color (decimal): -13278667 or 3498549. OLE color: 3498549.
HSL color Cylindrical-coordinate representation of color #356235: hue angle of 120º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356235 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 53 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.62 |
| HSL | 120º | 0.3% | 0.3% | - |
| HSV(B) | 120º | 0.46% | 0.38% | - |
| XYZ | 6.48 | 9.75 | 4.91 | - |
| YUV | 79.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 53 | 0.46 | 0 | 0.46 | 0.62 | 120 | 0.3 | 0.3 |
| Hex | 35 | 62 | 35 | 2E | 0 | 2E | 3E | 78 | 1E | 1E |
| Octal | 65 | 142 | 65 | 56 | 0 | 56 | 76 | 170 | 36 | 36 |
| Binary | 110101 | 1100010 | 110101 | 101110 | 0 | 101110 | 111110 | 1111000 | 11110 | 11110 |
Color Harmonies of #356235
Complementary color
Monochromatic Colors of #356235
Black with #356235
Text Example
Text Example
White with #356235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356235; }
p { color: rgb(53,98,53); }
H1.HeaderClassName
{
color: #356235;
}
.AnyTagClassName
{
color: #356235;
}
</style>
background-color css
<style>
a { background-color: #356235; }
a { background-color: rgb(53,98,53); }
div.DivClassName
{
background-color: #356235;
}
.BgClassName
{
background-color: #356235;
}
</style>
border-color css
<style>
span { border-color: #356235; }
span { border-color: rgb(53,98,53); }
td.TdClassName
{
border-color: #356235;
}
.TagClassName
{
border-color: #356235;
}
</style>