Shades of Parsley #336031
Tints of Parsley #336031
RGB
CMYK
RGB Variations
Color information
#336031 (or 0x336031) is known color: Parsley. HEX triplet: 33, 60 and 31. RGB value is (51,96,49). Sum of RGB (Red+Green+Blue) = 51+96+49=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #336031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336031 is #CC9FCE. Grayscale: #4D4D4D. Windows color (decimal): -13410255 or 3235891. OLE color: 3235891.
HSL color Cylindrical-coordinate representation of color #336031: hue angle of 117.45º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #336031 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 96 | 49 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.62 |
| HSL | 117.45º | 0.32% | 0.28% | - |
| HSV(B) | 117.45º | 0.49% | 0.38% | - |
| XYZ | 6.1 | 9.29 | 4.38 | - |
| YUV | 77.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 49 | 0.47 | 0 | 0.49 | 0.62 | 117.45 | 0.32 | 0.28 |
| Hex | 33 | 60 | 31 | 2F | 0 | 31 | 3E | 75 | 20 | 1C |
| Octal | 63 | 140 | 61 | 57 | 0 | 61 | 76 | 165 | 40 | 34 |
| Binary | 110011 | 1100000 | 110001 | 101111 | 0 | 110001 | 111110 | 1110101 | 100000 | 11100 |
Color Harmonies of #336031
Complementary color
Monochromatic Colors of #336031
Black with #336031
Text Example
Text Example
White with #336031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336031; }
p { color: rgb(51,96,49); }
H1.HeaderClassName
{
color: #336031;
}
.AnyTagClassName
{
color: #336031;
}
</style>
background-color css
<style>
a { background-color: #336031; }
a { background-color: rgb(51,96,49); }
div.DivClassName
{
background-color: #336031;
}
.BgClassName
{
background-color: #336031;
}
</style>
border-color css
<style>
span { border-color: #336031; }
span { border-color: rgb(51,96,49); }
td.TdClassName
{
border-color: #336031;
}
.TagClassName
{
border-color: #336031;
}
</style>