Shades of Parsley #345C31
Tints of Parsley #345C31
RGB
CMYK
RGB Variations
Color information
#345C31 (or 0x345C31) is known color: Parsley. HEX triplet: 34, 5C and 31. RGB value is (52,92,49). Sum of RGB (Red+Green+Blue) = 52+92+49=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #345C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C31 is #CBA3CE. Grayscale: #4B4B4B. Windows color (decimal): -13345743 or 3234868. OLE color: 3234868.
HSL color Cylindrical-coordinate representation of color #345C31: hue angle of 115.81º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345C31 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 49 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.64 |
| HSL | 115.81º | 0.3% | 0.28% | - |
| HSV(B) | 115.81º | 0.47% | 0.36% | - |
| XYZ | 5.8 | 8.61 | 4.26 | - |
| YUV | 75.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 49 | 0.43 | 0 | 0.47 | 0.64 | 115.81 | 0.3 | 0.28 |
| Hex | 34 | 5C | 31 | 2B | 0 | 2F | 40 | 74 | 1E | 1C |
| Octal | 64 | 134 | 61 | 53 | 0 | 57 | 100 | 164 | 36 | 34 |
| Binary | 110100 | 1011100 | 110001 | 101011 | 0 | 101111 | 1000000 | 1110100 | 11110 | 11100 |
Color Harmonies of #345C31
Complementary color
Monochromatic Colors of #345C31
Black with #345C31
Text Example
Text Example
White with #345C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C31; }
p { color: rgb(52,92,49); }
H1.HeaderClassName
{
color: #345C31;
}
.AnyTagClassName
{
color: #345C31;
}
</style>
background-color css
<style>
a { background-color: #345C31; }
a { background-color: rgb(52,92,49); }
div.DivClassName
{
background-color: #345C31;
}
.BgClassName
{
background-color: #345C31;
}
</style>
border-color css
<style>
span { border-color: #345C31; }
span { border-color: rgb(52,92,49); }
td.TdClassName
{
border-color: #345C31;
}
.TagClassName
{
border-color: #345C31;
}
</style>