Shades of Parsley #345A32
Tints of Parsley #345A32
RGB
CMYK
RGB Variations
Color information
#345A32 (or 0x345A32) is known color: Parsley. HEX triplet: 34, 5A and 32. RGB value is (52,90,50). Sum of RGB (Red+Green+Blue) = 52+90+50=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #345A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A32 is #CBA5CD. Grayscale: #4A4A4A. Windows color (decimal): -13346254 or 3299892. OLE color: 3299892.
HSL color Cylindrical-coordinate representation of color #345A32: hue angle of 117º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345A32 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 50 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.65 |
| HSL | 117º | 0.29% | 0.27% | - |
| HSV(B) | 117º | 0.44% | 0.35% | - |
| XYZ | 5.65 | 8.27 | 4.32 | - |
| YUV | 74.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 50 | 0.42 | 0 | 0.44 | 0.65 | 117 | 0.29 | 0.27 |
| Hex | 34 | 5A | 32 | 2A | 0 | 2C | 41 | 75 | 1D | 1B |
| Octal | 64 | 132 | 62 | 52 | 0 | 54 | 101 | 165 | 35 | 33 |
| Binary | 110100 | 1011010 | 110010 | 101010 | 0 | 101100 | 1000001 | 1110101 | 11101 | 11011 |
Color Harmonies of #345A32
Complementary color
Monochromatic Colors of #345A32
Black with #345A32
Text Example
Text Example
White with #345A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A32; }
p { color: rgb(52,90,50); }
H1.HeaderClassName
{
color: #345A32;
}
.AnyTagClassName
{
color: #345A32;
}
</style>
background-color css
<style>
a { background-color: #345A32; }
a { background-color: rgb(52,90,50); }
div.DivClassName
{
background-color: #345A32;
}
.BgClassName
{
background-color: #345A32;
}
</style>
border-color css
<style>
span { border-color: #345A32; }
span { border-color: rgb(52,90,50); }
td.TdClassName
{
border-color: #345A32;
}
.TagClassName
{
border-color: #345A32;
}
</style>