Shades of Parsley #335035
Tints of Parsley #335035
RGB
CMYK
RGB Variations
Color information
#335035 (or 0x335035) is known color: Parsley. HEX triplet: 33, 50 and 35. RGB value is (51,80,53). Sum of RGB (Red+Green+Blue) = 51+80+53=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #335035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335035 is #CCAFCA. Grayscale: #444444. Windows color (decimal): -13414347 or 3493939. OLE color: 3493939.
HSL color Cylindrical-coordinate representation of color #335035: hue angle of 124.14º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #335035 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 80 | 53 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.69 |
| HSL | 124.14º | 0.22% | 0.26% | - |
| HSV(B) | 124.14º | 0.36% | 0.31% | - |
| XYZ | 4.88 | 6.7 | 4.4 | - |
| YUV | 68.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 53 | 0.36 | 0 | 0.34 | 0.69 | 124.14 | 0.22 | 0.26 |
| Hex | 33 | 50 | 35 | 24 | 0 | 22 | 45 | 7C | 16 | 1A |
| Octal | 63 | 120 | 65 | 44 | 0 | 42 | 105 | 174 | 26 | 32 |
| Binary | 110011 | 1010000 | 110101 | 100100 | 0 | 100010 | 1000101 | 1111100 | 10110 | 11010 |
Color Harmonies of #335035
Complementary color
Monochromatic Colors of #335035
Black with #335035
Text Example
Text Example
White with #335035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335035; }
p { color: rgb(51,80,53); }
H1.HeaderClassName
{
color: #335035;
}
.AnyTagClassName
{
color: #335035;
}
</style>
background-color css
<style>
a { background-color: #335035; }
a { background-color: rgb(51,80,53); }
div.DivClassName
{
background-color: #335035;
}
.BgClassName
{
background-color: #335035;
}
</style>
border-color css
<style>
span { border-color: #335035; }
span { border-color: rgb(51,80,53); }
td.TdClassName
{
border-color: #335035;
}
.TagClassName
{
border-color: #335035;
}
</style>