Shades of Parsley #346332
Tints of Parsley #346332
RGB
CMYK
RGB Variations
Color information
#346332 (or 0x346332) is known color: Parsley. HEX triplet: 34, 63 and 32. RGB value is (52,99,50). Sum of RGB (Red+Green+Blue) = 52+99+50=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #346332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346332 is #CB9CCD. Grayscale: #4F4F4F. Windows color (decimal): -13343950 or 3302196. OLE color: 3302196.
HSL color Cylindrical-coordinate representation of color #346332: hue angle of 117.55º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #346332 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 99 | 50 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.61 |
| HSL | 117.55º | 0.33% | 0.29% | - |
| HSV(B) | 117.55º | 0.49% | 0.39% | - |
| XYZ | 6.45 | 9.88 | 4.59 | - |
| YUV | 79.36 | 111.43 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 50 | 0.47 | 0 | 0.49 | 0.61 | 117.55 | 0.33 | 0.29 |
| Hex | 34 | 63 | 32 | 2F | 0 | 31 | 3D | 76 | 21 | 1D |
| Octal | 64 | 143 | 62 | 57 | 0 | 61 | 75 | 166 | 41 | 35 |
| Binary | 110100 | 1100011 | 110010 | 101111 | 0 | 110001 | 111101 | 1110110 | 100001 | 11101 |
Color Harmonies of #346332
Complementary color
Monochromatic Colors of #346332
Black with #346332
Text Example
Text Example
White with #346332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346332; }
p { color: rgb(52,99,50); }
H1.HeaderClassName
{
color: #346332;
}
.AnyTagClassName
{
color: #346332;
}
</style>
background-color css
<style>
a { background-color: #346332; }
a { background-color: rgb(52,99,50); }
div.DivClassName
{
background-color: #346332;
}
.BgClassName
{
background-color: #346332;
}
</style>
border-color css
<style>
span { border-color: #346332; }
span { border-color: rgb(52,99,50); }
td.TdClassName
{
border-color: #346332;
}
.TagClassName
{
border-color: #346332;
}
</style>