Shades of Parsley #356636
Tints of Parsley #356636
RGB
CMYK
RGB Variations
Color information
#356636 (or 0x356636) is known color: Parsley. HEX triplet: 35, 66 and 36. RGB value is (53,102,54). Sum of RGB (Red+Green+Blue) = 53+102+54=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #356636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356636 is #CA99C9. Grayscale: #525252. Windows color (decimal): -13277642 or 3565109. OLE color: 3565109.
HSL color Cylindrical-coordinate representation of color #356636: hue angle of 121.22º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356636 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 54 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.6 |
| HSL | 121.22º | 0.32% | 0.3% | - |
| HSV(B) | 121.22º | 0.48% | 0.4% | - |
| XYZ | 6.89 | 10.53 | 5.16 | - |
| YUV | 81.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 54 | 0.48 | 0 | 0.47 | 0.6 | 121.22 | 0.32 | 0.3 |
| Hex | 35 | 66 | 36 | 30 | 0 | 2F | 3C | 79 | 20 | 1E |
| Octal | 65 | 146 | 66 | 60 | 0 | 57 | 74 | 171 | 40 | 36 |
| Binary | 110101 | 1100110 | 110110 | 110000 | 0 | 101111 | 111100 | 1111001 | 100000 | 11110 |
Color Harmonies of #356636
Complementary color
Monochromatic Colors of #356636
Black with #356636
Text Example
Text Example
White with #356636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356636; }
p { color: rgb(53,102,54); }
H1.HeaderClassName
{
color: #356636;
}
.AnyTagClassName
{
color: #356636;
}
</style>
background-color css
<style>
a { background-color: #356636; }
a { background-color: rgb(53,102,54); }
div.DivClassName
{
background-color: #356636;
}
.BgClassName
{
background-color: #356636;
}
</style>
border-color css
<style>
span { border-color: #356636; }
span { border-color: rgb(53,102,54); }
td.TdClassName
{
border-color: #356636;
}
.TagClassName
{
border-color: #356636;
}
</style>