Shades of Parsley #336330
Tints of Parsley #336330
RGB
CMYK
RGB Variations
Color information
#336330 (or 0x336330) is known color: Parsley. HEX triplet: 33, 63 and 30. RGB value is (51,99,48). Sum of RGB (Red+Green+Blue) = 51+99+48=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #336330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336330 is #CC9CCF. Grayscale: #4E4E4E. Windows color (decimal): -13409488 or 3171123. OLE color: 3171123.
HSL color Cylindrical-coordinate representation of color #336330: hue angle of 116.47º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #336330 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 99 | 48 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.61 |
| HSL | 116.47º | 0.35% | 0.29% | - |
| HSV(B) | 116.47º | 0.52% | 0.39% | - |
| XYZ | 6.36 | 9.84 | 4.36 | - |
| YUV | 78.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 48 | 0.48 | 0 | 0.52 | 0.61 | 116.47 | 0.35 | 0.29 |
| Hex | 33 | 63 | 30 | 30 | 0 | 34 | 3D | 74 | 23 | 1D |
| Octal | 63 | 143 | 60 | 60 | 0 | 64 | 75 | 164 | 43 | 35 |
| Binary | 110011 | 1100011 | 110000 | 110000 | 0 | 110100 | 111101 | 1110100 | 100011 | 11101 |
Color Harmonies of #336330
Complementary color
Monochromatic Colors of #336330
Black with #336330
Text Example
Text Example
White with #336330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336330; }
p { color: rgb(51,99,48); }
H1.HeaderClassName
{
color: #336330;
}
.AnyTagClassName
{
color: #336330;
}
</style>
background-color css
<style>
a { background-color: #336330; }
a { background-color: rgb(51,99,48); }
div.DivClassName
{
background-color: #336330;
}
.BgClassName
{
background-color: #336330;
}
</style>
border-color css
<style>
span { border-color: #336330; }
span { border-color: rgb(51,99,48); }
td.TdClassName
{
border-color: #336330;
}
.TagClassName
{
border-color: #336330;
}
</style>