Shades of Parsley #325938
Tints of Parsley #325938
RGB
CMYK
RGB Variations
Color information
#325938 (or 0x325938) is known color: Parsley. HEX triplet: 32, 59 and 38. RGB value is (50,89,56). Sum of RGB (Red+Green+Blue) = 50+89+56=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #325938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325938 is #CDA6C7. Grayscale: #494949. Windows color (decimal): -13477576 or 3692850. OLE color: 3692850.
HSL color Cylindrical-coordinate representation of color #325938: hue angle of 129.23º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325938 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 89 | 56 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.65 |
| HSL | 129.23º | 0.28% | 0.27% | - |
| HSV(B) | 129.23º | 0.44% | 0.35% | - |
| XYZ | 5.6 | 8.11 | 5.01 | - |
| YUV | 73.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 56 | 0.44 | 0 | 0.37 | 0.65 | 129.23 | 0.28 | 0.27 |
| Hex | 32 | 59 | 38 | 2C | 0 | 25 | 41 | 81 | 1C | 1B |
| Octal | 62 | 131 | 70 | 54 | 0 | 45 | 101 | 201 | 34 | 33 |
| Binary | 110010 | 1011001 | 111000 | 101100 | 0 | 100101 | 1000001 | 10000001 | 11100 | 11011 |
Color Harmonies of #325938
Complementary color
Monochromatic Colors of #325938
Black with #325938
Text Example
Text Example
White with #325938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325938; }
p { color: rgb(50,89,56); }
H1.HeaderClassName
{
color: #325938;
}
.AnyTagClassName
{
color: #325938;
}
</style>
background-color css
<style>
a { background-color: #325938; }
a { background-color: rgb(50,89,56); }
div.DivClassName
{
background-color: #325938;
}
.BgClassName
{
background-color: #325938;
}
</style>
border-color css
<style>
span { border-color: #325938; }
span { border-color: rgb(50,89,56); }
td.TdClassName
{
border-color: #325938;
}
.TagClassName
{
border-color: #325938;
}
</style>