Shades of Parsley #335338
Tints of Parsley #335338
RGB
CMYK
RGB Variations
Color information
#335338 (or 0x335338) is known color: Parsley. HEX triplet: 33, 53 and 38. RGB value is (51,83,56). Sum of RGB (Red+Green+Blue) = 51+83+56=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #335338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335338 is #CCACC7. Grayscale: #464646. Windows color (decimal): -13413576 or 3691315. OLE color: 3691315.
HSL color Cylindrical-coordinate representation of color #335338: hue angle of 129.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335338 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 56 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.67 |
| HSL | 129.38º | 0.24% | 0.26% | - |
| HSV(B) | 129.38º | 0.39% | 0.33% | - |
| XYZ | 5.17 | 7.18 | 4.85 | - |
| YUV | 70.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 56 | 0.39 | 0 | 0.33 | 0.67 | 129.38 | 0.24 | 0.26 |
| Hex | 33 | 53 | 38 | 27 | 0 | 21 | 43 | 81 | 18 | 1A |
| Octal | 63 | 123 | 70 | 47 | 0 | 41 | 103 | 201 | 30 | 32 |
| Binary | 110011 | 1010011 | 111000 | 100111 | 0 | 100001 | 1000011 | 10000001 | 11000 | 11010 |
Color Harmonies of #335338
Complementary color
Monochromatic Colors of #335338
Black with #335338
Text Example
Text Example
White with #335338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335338; }
p { color: rgb(51,83,56); }
H1.HeaderClassName
{
color: #335338;
}
.AnyTagClassName
{
color: #335338;
}
</style>
background-color css
<style>
a { background-color: #335338; }
a { background-color: rgb(51,83,56); }
div.DivClassName
{
background-color: #335338;
}
.BgClassName
{
background-color: #335338;
}
</style>
border-color css
<style>
span { border-color: #335338; }
span { border-color: rgb(51,83,56); }
td.TdClassName
{
border-color: #335338;
}
.TagClassName
{
border-color: #335338;
}
</style>