Shades of Parsley #345B31
Tints of Parsley #345B31
RGB
CMYK
RGB Variations
Color information
#345B31 (or 0x345B31) is known color: Parsley. HEX triplet: 34, 5B and 31. RGB value is (52,91,49). Sum of RGB (Red+Green+Blue) = 52+91+49=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #345B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345B31 is #CBA4CE. Grayscale: #4A4A4A. Windows color (decimal): -13345999 or 3234612. OLE color: 3234612.
HSL color Cylindrical-coordinate representation of color #345B31: hue angle of 115.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #345B31 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 49 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.64 |
| HSL | 115.71º | 0.3% | 0.27% | - |
| HSV(B) | 115.71º | 0.46% | 0.36% | - |
| XYZ | 5.71 | 8.43 | 4.23 | - |
| YUV | 74.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 49 | 0.43 | 0 | 0.46 | 0.64 | 115.71 | 0.3 | 0.27 |
| Hex | 34 | 5B | 31 | 2B | 0 | 2E | 40 | 74 | 1E | 1B |
| Octal | 64 | 133 | 61 | 53 | 0 | 56 | 100 | 164 | 36 | 33 |
| Binary | 110100 | 1011011 | 110001 | 101011 | 0 | 101110 | 1000000 | 1110100 | 11110 | 11011 |
Color Harmonies of #345B31
Complementary color
Monochromatic Colors of #345B31
Black with #345B31
Text Example
Text Example
White with #345B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B31; }
p { color: rgb(52,91,49); }
H1.HeaderClassName
{
color: #345B31;
}
.AnyTagClassName
{
color: #345B31;
}
</style>
background-color css
<style>
a { background-color: #345B31; }
a { background-color: rgb(52,91,49); }
div.DivClassName
{
background-color: #345B31;
}
.BgClassName
{
background-color: #345B31;
}
</style>
border-color css
<style>
span { border-color: #345B31; }
span { border-color: rgb(52,91,49); }
td.TdClassName
{
border-color: #345B31;
}
.TagClassName
{
border-color: #345B31;
}
</style>