Shades of Parsley #335938
Tints of Parsley #335938
RGB
CMYK
RGB Variations
Color information
#335938 (or 0x335938) is known color: Parsley. HEX triplet: 33, 59 and 38. RGB value is (51,89,56). Sum of RGB (Red+Green+Blue) = 51+89+56=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #335938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335938 is #CCA6C7. Grayscale: #494949. Windows color (decimal): -13412040 or 3692851. OLE color: 3692851.
HSL color Cylindrical-coordinate representation of color #335938: hue angle of 127.89º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335938 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 89 | 56 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.65 |
| HSL | 127.89º | 0.27% | 0.27% | - |
| HSV(B) | 127.89º | 0.43% | 0.35% | - |
| XYZ | 5.65 | 8.13 | 5.01 | - |
| YUV | 73.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 56 | 0.43 | 0 | 0.37 | 0.65 | 127.89 | 0.27 | 0.27 |
| Hex | 33 | 59 | 38 | 2B | 0 | 25 | 41 | 80 | 1B | 1B |
| Octal | 63 | 131 | 70 | 53 | 0 | 45 | 101 | 200 | 33 | 33 |
| Binary | 110011 | 1011001 | 111000 | 101011 | 0 | 100101 | 1000001 | 10000000 | 11011 | 11011 |
Color Harmonies of #335938
Complementary color
Monochromatic Colors of #335938
Black with #335938
Text Example
Text Example
White with #335938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335938; }
p { color: rgb(51,89,56); }
H1.HeaderClassName
{
color: #335938;
}
.AnyTagClassName
{
color: #335938;
}
</style>
background-color css
<style>
a { background-color: #335938; }
a { background-color: rgb(51,89,56); }
div.DivClassName
{
background-color: #335938;
}
.BgClassName
{
background-color: #335938;
}
</style>
border-color css
<style>
span { border-color: #335938; }
span { border-color: rgb(51,89,56); }
td.TdClassName
{
border-color: #335938;
}
.TagClassName
{
border-color: #335938;
}
</style>