Shades of Parsley #345C32
Tints of Parsley #345C32
RGB
CMYK
RGB Variations
Color information
#345C32 (or 0x345C32) is known color: Parsley. HEX triplet: 34, 5C and 32. RGB value is (52,92,50). Sum of RGB (Red+Green+Blue) = 52+92+50=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #345C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C32 is #CBA3CD. Grayscale: #4B4B4B. Windows color (decimal): -13345742 or 3300404. OLE color: 3300404.
HSL color Cylindrical-coordinate representation of color #345C32: hue angle of 117.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #345C32 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 50 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.64 |
| HSL | 117.14º | 0.3% | 0.28% | - |
| HSV(B) | 117.14º | 0.46% | 0.36% | - |
| XYZ | 5.82 | 8.61 | 4.37 | - |
| YUV | 75.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 50 | 0.43 | 0 | 0.46 | 0.64 | 117.14 | 0.3 | 0.28 |
| Hex | 34 | 5C | 32 | 2B | 0 | 2E | 40 | 75 | 1E | 1C |
| Octal | 64 | 134 | 62 | 53 | 0 | 56 | 100 | 165 | 36 | 34 |
| Binary | 110100 | 1011100 | 110010 | 101011 | 0 | 101110 | 1000000 | 1110101 | 11110 | 11100 |
Color Harmonies of #345C32
Complementary color
Monochromatic Colors of #345C32
Black with #345C32
Text Example
Text Example
White with #345C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C32; }
p { color: rgb(52,92,50); }
H1.HeaderClassName
{
color: #345C32;
}
.AnyTagClassName
{
color: #345C32;
}
</style>
background-color css
<style>
a { background-color: #345C32; }
a { background-color: rgb(52,92,50); }
div.DivClassName
{
background-color: #345C32;
}
.BgClassName
{
background-color: #345C32;
}
</style>
border-color css
<style>
span { border-color: #345C32; }
span { border-color: rgb(52,92,50); }
td.TdClassName
{
border-color: #345C32;
}
.TagClassName
{
border-color: #345C32;
}
</style>