Shades of Parsley #335A36
Tints of Parsley #335A36
RGB
CMYK
RGB Variations
Color information
#335A36 (or 0x335A36) is known color: Parsley. HEX triplet: 33, 5A and 36. RGB value is (51,90,54). Sum of RGB (Red+Green+Blue) = 51+90+54=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #335A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A36 is #CCA5C9. Grayscale: #4A4A4A. Windows color (decimal): -13411786 or 3562035. OLE color: 3562035.
HSL color Cylindrical-coordinate representation of color #335A36: hue angle of 124.62º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335A36 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 90 | 54 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.65 |
| HSL | 124.62º | 0.28% | 0.28% | - |
| HSV(B) | 124.62º | 0.43% | 0.35% | - |
| XYZ | 5.69 | 8.28 | 4.79 | - |
| YUV | 74.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 54 | 0.43 | 0 | 0.40 | 0.65 | 124.62 | 0.28 | 0.28 |
| Hex | 33 | 5A | 36 | 2B | 0 | 28 | 41 | 7D | 1C | 1C |
| Octal | 63 | 132 | 66 | 53 | 0 | 50 | 101 | 175 | 34 | 34 |
| Binary | 110011 | 1011010 | 110110 | 101011 | 0 | 101000 | 1000001 | 1111101 | 11100 | 11100 |
Color Harmonies of #335A36
Complementary color
Monochromatic Colors of #335A36
Black with #335A36
Text Example
Text Example
White with #335A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335A36; }
p { color: rgb(51,90,54); }
H1.HeaderClassName
{
color: #335A36;
}
.AnyTagClassName
{
color: #335A36;
}
</style>
background-color css
<style>
a { background-color: #335A36; }
a { background-color: rgb(51,90,54); }
div.DivClassName
{
background-color: #335A36;
}
.BgClassName
{
background-color: #335A36;
}
</style>
border-color css
<style>
span { border-color: #335A36; }
span { border-color: rgb(51,90,54); }
td.TdClassName
{
border-color: #335A36;
}
.TagClassName
{
border-color: #335A36;
}
</style>