Shades of Parsley #345335
Tints of Parsley #345335
RGB
CMYK
RGB Variations
Color information
#345335 (or 0x345335) is known color: Parsley. HEX triplet: 34, 53 and 35. RGB value is (52,83,53). Sum of RGB (Red+Green+Blue) = 52+83+53=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #345335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345335 is #CBACCA. Grayscale: #464646. Windows color (decimal): -13348043 or 3494708. OLE color: 3494708.
HSL color Cylindrical-coordinate representation of color #345335: hue angle of 121.94º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345335 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 83 | 53 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.67 |
| HSL | 121.94º | 0.23% | 0.26% | - |
| HSV(B) | 121.94º | 0.37% | 0.33% | - |
| XYZ | 5.15 | 7.17 | 4.48 | - |
| YUV | 70.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 53 | 0.37 | 0 | 0.36 | 0.67 | 121.94 | 0.23 | 0.26 |
| Hex | 34 | 53 | 35 | 25 | 0 | 24 | 43 | 7A | 17 | 1A |
| Octal | 64 | 123 | 65 | 45 | 0 | 44 | 103 | 172 | 27 | 32 |
| Binary | 110100 | 1010011 | 110101 | 100101 | 0 | 100100 | 1000011 | 1111010 | 10111 | 11010 |
Color Harmonies of #345335
Complementary color
Monochromatic Colors of #345335
Black with #345335
Text Example
Text Example
White with #345335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345335; }
p { color: rgb(52,83,53); }
H1.HeaderClassName
{
color: #345335;
}
.AnyTagClassName
{
color: #345335;
}
</style>
background-color css
<style>
a { background-color: #345335; }
a { background-color: rgb(52,83,53); }
div.DivClassName
{
background-color: #345335;
}
.BgClassName
{
background-color: #345335;
}
</style>
border-color css
<style>
span { border-color: #345335; }
span { border-color: rgb(52,83,53); }
td.TdClassName
{
border-color: #345335;
}
.TagClassName
{
border-color: #345335;
}
</style>