Shades of Parsley #355D38
Tints of Parsley #355D38
RGB
CMYK
RGB Variations
Color information
#355D38 (or 0x355D38) is known color: Parsley. HEX triplet: 35, 5D and 38. RGB value is (53,93,56). Sum of RGB (Red+Green+Blue) = 53+93+56=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #355D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D38 is #CAA2C7. Grayscale: #4C4C4C. Windows color (decimal): -13279944 or 3693877. OLE color: 3693877.
HSL color Cylindrical-coordinate representation of color #355D38: hue angle of 124.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355D38 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 93 | 56 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.64 |
| HSL | 124.5º | 0.27% | 0.29% | - |
| HSV(B) | 124.5º | 0.43% | 0.36% | - |
| XYZ | 6.1 | 8.87 | 5.13 | - |
| YUV | 76.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 56 | 0.43 | 0 | 0.40 | 0.64 | 124.5 | 0.27 | 0.29 |
| Hex | 35 | 5D | 38 | 2B | 0 | 28 | 40 | 7C | 1B | 1D |
| Octal | 65 | 135 | 70 | 53 | 0 | 50 | 100 | 174 | 33 | 35 |
| Binary | 110101 | 1011101 | 111000 | 101011 | 0 | 101000 | 1000000 | 1111100 | 11011 | 11101 |
Color Harmonies of #355D38
Complementary color
Monochromatic Colors of #355D38
Black with #355D38
Text Example
Text Example
White with #355D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D38; }
p { color: rgb(53,93,56); }
H1.HeaderClassName
{
color: #355D38;
}
.AnyTagClassName
{
color: #355D38;
}
</style>
background-color css
<style>
a { background-color: #355D38; }
a { background-color: rgb(53,93,56); }
div.DivClassName
{
background-color: #355D38;
}
.BgClassName
{
background-color: #355D38;
}
</style>
border-color css
<style>
span { border-color: #355D38; }
span { border-color: rgb(53,93,56); }
td.TdClassName
{
border-color: #355D38;
}
.TagClassName
{
border-color: #355D38;
}
</style>