Shades of Parsley #345431
Tints of Parsley #345431
RGB
CMYK
RGB Variations
Color information
#345431 (or 0x345431) is known color: Parsley. HEX triplet: 34, 54 and 31. RGB value is (52,84,49). Sum of RGB (Red+Green+Blue) = 52+84+49=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #345431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345431 is #CBABCE. Grayscale: #464646. Windows color (decimal): -13347791 or 3232820. OLE color: 3232820.
HSL color Cylindrical-coordinate representation of color #345431: hue angle of 114.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345431 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 84 | 49 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.67 |
| HSL | 114.86º | 0.26% | 0.26% | - |
| HSV(B) | 114.86º | 0.42% | 0.33% | - |
| XYZ | 5.14 | 7.29 | 4.04 | - |
| YUV | 70.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 49 | 0.38 | 0 | 0.42 | 0.67 | 114.86 | 0.26 | 0.26 |
| Hex | 34 | 54 | 31 | 26 | 0 | 2A | 43 | 73 | 1A | 1A |
| Octal | 64 | 124 | 61 | 46 | 0 | 52 | 103 | 163 | 32 | 32 |
| Binary | 110100 | 1010100 | 110001 | 100110 | 0 | 101010 | 1000011 | 1110011 | 11010 | 11010 |
Color Harmonies of #345431
Complementary color
Monochromatic Colors of #345431
Black with #345431
Text Example
Text Example
White with #345431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345431; }
p { color: rgb(52,84,49); }
H1.HeaderClassName
{
color: #345431;
}
.AnyTagClassName
{
color: #345431;
}
</style>
background-color css
<style>
a { background-color: #345431; }
a { background-color: rgb(52,84,49); }
div.DivClassName
{
background-color: #345431;
}
.BgClassName
{
background-color: #345431;
}
</style>
border-color css
<style>
span { border-color: #345431; }
span { border-color: rgb(52,84,49); }
td.TdClassName
{
border-color: #345431;
}
.TagClassName
{
border-color: #345431;
}
</style>