Shades of Parsley #345B34
Tints of Parsley #345B34
RGB
CMYK
RGB Variations
Color information
#345B34 (or 0x345B34) is known color: Parsley. HEX triplet: 34, 5B and 34. RGB value is (52,91,52). Sum of RGB (Red+Green+Blue) = 52+91+52=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #345B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345B34 is #CBA4CB. Grayscale: #4B4B4B. Windows color (decimal): -13345996 or 3431220. OLE color: 3431220.
HSL color Cylindrical-coordinate representation of color #345B34: hue angle of 120º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345B34 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 52 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.64 |
| HSL | 120º | 0.27% | 0.28% | - |
| HSV(B) | 120º | 0.43% | 0.36% | - |
| XYZ | 5.78 | 8.46 | 4.58 | - |
| YUV | 74.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 52 | 0.43 | 0 | 0.43 | 0.64 | 120 | 0.27 | 0.28 |
| Hex | 34 | 5B | 34 | 2B | 0 | 2B | 40 | 78 | 1B | 1C |
| Octal | 64 | 133 | 64 | 53 | 0 | 53 | 100 | 170 | 33 | 34 |
| Binary | 110100 | 1011011 | 110100 | 101011 | 0 | 101011 | 1000000 | 1111000 | 11011 | 11100 |
Color Harmonies of #345B34
Complementary color
Monochromatic Colors of #345B34
Black with #345B34
Text Example
Text Example
White with #345B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B34; }
p { color: rgb(52,91,52); }
H1.HeaderClassName
{
color: #345B34;
}
.AnyTagClassName
{
color: #345B34;
}
</style>
background-color css
<style>
a { background-color: #345B34; }
a { background-color: rgb(52,91,52); }
div.DivClassName
{
background-color: #345B34;
}
.BgClassName
{
background-color: #345B34;
}
</style>
border-color css
<style>
span { border-color: #345B34; }
span { border-color: rgb(52,91,52); }
td.TdClassName
{
border-color: #345B34;
}
.TagClassName
{
border-color: #345B34;
}
</style>