Shades of Parsley #355833
Tints of Parsley #355833
RGB
CMYK
RGB Variations
Color information
#355833 (or 0x355833) is known color: Parsley. HEX triplet: 35, 58 and 33. RGB value is (53,88,51). Sum of RGB (Red+Green+Blue) = 53+88+51=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #355833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355833 is #CAA7CC. Grayscale: #494949. Windows color (decimal): -13281229 or 3364917. OLE color: 3364917.
HSL color Cylindrical-coordinate representation of color #355833: hue angle of 116.76º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355833 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 88 | 51 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.65 |
| HSL | 116.76º | 0.27% | 0.27% | - |
| HSV(B) | 116.76º | 0.42% | 0.35% | - |
| XYZ | 5.56 | 7.98 | 4.38 | - |
| YUV | 73.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 51 | 0.40 | 0 | 0.42 | 0.65 | 116.76 | 0.27 | 0.27 |
| Hex | 35 | 58 | 33 | 28 | 0 | 2A | 41 | 75 | 1B | 1B |
| Octal | 65 | 130 | 63 | 50 | 0 | 52 | 101 | 165 | 33 | 33 |
| Binary | 110101 | 1011000 | 110011 | 101000 | 0 | 101010 | 1000001 | 1110101 | 11011 | 11011 |
Color Harmonies of #355833
Complementary color
Monochromatic Colors of #355833
Black with #355833
Text Example
Text Example
White with #355833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355833; }
p { color: rgb(53,88,51); }
H1.HeaderClassName
{
color: #355833;
}
.AnyTagClassName
{
color: #355833;
}
</style>
background-color css
<style>
a { background-color: #355833; }
a { background-color: rgb(53,88,51); }
div.DivClassName
{
background-color: #355833;
}
.BgClassName
{
background-color: #355833;
}
</style>
border-color css
<style>
span { border-color: #355833; }
span { border-color: rgb(53,88,51); }
td.TdClassName
{
border-color: #355833;
}
.TagClassName
{
border-color: #355833;
}
</style>