Shades of Parsley #345638
Tints of Parsley #345638
RGB
CMYK
RGB Variations
Color information
#345638 (or 0x345638) is known color: Parsley. HEX triplet: 34, 56 and 38. RGB value is (52,86,56). Sum of RGB (Red+Green+Blue) = 52+86+56=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #345638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345638 is #CBA9C7. Grayscale: #484848. Windows color (decimal): -13347272 or 3692084. OLE color: 3692084.
HSL color Cylindrical-coordinate representation of color #345638: hue angle of 127.06º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345638 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 56 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.66 |
| HSL | 127.06º | 0.25% | 0.27% | - |
| HSV(B) | 127.06º | 0.4% | 0.34% | - |
| XYZ | 5.46 | 7.67 | 4.93 | - |
| YUV | 72.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 56 | 0.40 | 0 | 0.35 | 0.66 | 127.06 | 0.25 | 0.27 |
| Hex | 34 | 56 | 38 | 28 | 0 | 23 | 42 | 7F | 19 | 1B |
| Octal | 64 | 126 | 70 | 50 | 0 | 43 | 102 | 177 | 31 | 33 |
| Binary | 110100 | 1010110 | 111000 | 101000 | 0 | 100011 | 1000010 | 1111111 | 11001 | 11011 |
Color Harmonies of #345638
Complementary color
Monochromatic Colors of #345638
Black with #345638
Text Example
Text Example
White with #345638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345638; }
p { color: rgb(52,86,56); }
H1.HeaderClassName
{
color: #345638;
}
.AnyTagClassName
{
color: #345638;
}
</style>
background-color css
<style>
a { background-color: #345638; }
a { background-color: rgb(52,86,56); }
div.DivClassName
{
background-color: #345638;
}
.BgClassName
{
background-color: #345638;
}
</style>
border-color css
<style>
span { border-color: #345638; }
span { border-color: rgb(52,86,56); }
td.TdClassName
{
border-color: #345638;
}
.TagClassName
{
border-color: #345638;
}
</style>