Shades of Parsley #356234
Tints of Parsley #356234
RGB
CMYK
RGB Variations
Color information
#356234 (or 0x356234) is known color: Parsley. HEX triplet: 35, 62 and 34. RGB value is (53,98,52). Sum of RGB (Red+Green+Blue) = 53+98+52=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #356234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356234 is #CA9DCB. Grayscale: #4F4F4F. Windows color (decimal): -13278668 or 3433013. OLE color: 3433013.
HSL color Cylindrical-coordinate representation of color #356234: hue angle of 118.7º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #356234 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 52 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.62 |
| HSL | 118.7º | 0.31% | 0.29% | - |
| HSV(B) | 118.7º | 0.47% | 0.38% | - |
| XYZ | 6.46 | 9.74 | 4.79 | - |
| YUV | 79.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 52 | 0.46 | 0 | 0.47 | 0.62 | 118.7 | 0.31 | 0.29 |
| Hex | 35 | 62 | 34 | 2E | 0 | 2F | 3E | 77 | 1F | 1D |
| Octal | 65 | 142 | 64 | 56 | 0 | 57 | 76 | 167 | 37 | 35 |
| Binary | 110101 | 1100010 | 110100 | 101110 | 0 | 101111 | 111110 | 1110111 | 11111 | 11101 |
Color Harmonies of #356234
Complementary color
Monochromatic Colors of #356234
Black with #356234
Text Example
Text Example
White with #356234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356234; }
p { color: rgb(53,98,52); }
H1.HeaderClassName
{
color: #356234;
}
.AnyTagClassName
{
color: #356234;
}
</style>
background-color css
<style>
a { background-color: #356234; }
a { background-color: rgb(53,98,52); }
div.DivClassName
{
background-color: #356234;
}
.BgClassName
{
background-color: #356234;
}
</style>
border-color css
<style>
span { border-color: #356234; }
span { border-color: rgb(53,98,52); }
td.TdClassName
{
border-color: #356234;
}
.TagClassName
{
border-color: #356234;
}
</style>