Shades of Parsley #355438
Tints of Parsley #355438
RGB
CMYK
RGB Variations
Color information
#355438 (or 0x355438) is known color: Parsley. HEX triplet: 35, 54 and 38. RGB value is (53,84,56). Sum of RGB (Red+Green+Blue) = 53+84+56=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #355438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355438 is #CAABC7. Grayscale: #474747. Windows color (decimal): -13282248 or 3691573. OLE color: 3691573.
HSL color Cylindrical-coordinate representation of color #355438: hue angle of 125.81º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #355438 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 56 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.67 |
| HSL | 125.81º | 0.23% | 0.27% | - |
| HSV(B) | 125.81º | 0.37% | 0.33% | - |
| XYZ | 5.35 | 7.38 | 4.88 | - |
| YUV | 71.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 56 | 0.37 | 0 | 0.33 | 0.67 | 125.81 | 0.23 | 0.27 |
| Hex | 35 | 54 | 38 | 25 | 0 | 21 | 43 | 7E | 17 | 1B |
| Octal | 65 | 124 | 70 | 45 | 0 | 41 | 103 | 176 | 27 | 33 |
| Binary | 110101 | 1010100 | 111000 | 100101 | 0 | 100001 | 1000011 | 1111110 | 10111 | 11011 |
Color Harmonies of #355438
Complementary color
Monochromatic Colors of #355438
Black with #355438
Text Example
Text Example
White with #355438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355438; }
p { color: rgb(53,84,56); }
H1.HeaderClassName
{
color: #355438;
}
.AnyTagClassName
{
color: #355438;
}
</style>
background-color css
<style>
a { background-color: #355438; }
a { background-color: rgb(53,84,56); }
div.DivClassName
{
background-color: #355438;
}
.BgClassName
{
background-color: #355438;
}
</style>
border-color css
<style>
span { border-color: #355438; }
span { border-color: rgb(53,84,56); }
td.TdClassName
{
border-color: #355438;
}
.TagClassName
{
border-color: #355438;
}
</style>