Shades of Parsley #325234
Tints of Parsley #325234
RGB
CMYK
RGB Variations
Color information
#325234 (or 0x325234) is known color: Parsley. HEX triplet: 32, 52 and 34. RGB value is (50,82,52). Sum of RGB (Red+Green+Blue) = 50+82+52=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #325234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325234 is #CDADCB. Grayscale: #454545. Windows color (decimal): -13479372 or 3428914. OLE color: 3428914.
HSL color Cylindrical-coordinate representation of color #325234: hue angle of 123.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325234 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 52 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.68 |
| HSL | 123.75º | 0.24% | 0.26% | - |
| HSV(B) | 123.75º | 0.39% | 0.32% | - |
| XYZ | 4.95 | 6.96 | 4.33 | - |
| YUV | 69.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 52 | 0.39 | 0 | 0.37 | 0.68 | 123.75 | 0.24 | 0.26 |
| Hex | 32 | 52 | 34 | 27 | 0 | 25 | 44 | 7C | 18 | 1A |
| Octal | 62 | 122 | 64 | 47 | 0 | 45 | 104 | 174 | 30 | 32 |
| Binary | 110010 | 1010010 | 110100 | 100111 | 0 | 100101 | 1000100 | 1111100 | 11000 | 11010 |
Color Harmonies of #325234
Complementary color
Monochromatic Colors of #325234
Black with #325234
Text Example
Text Example
White with #325234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325234; }
p { color: rgb(50,82,52); }
H1.HeaderClassName
{
color: #325234;
}
.AnyTagClassName
{
color: #325234;
}
</style>
background-color css
<style>
a { background-color: #325234; }
a { background-color: rgb(50,82,52); }
div.DivClassName
{
background-color: #325234;
}
.BgClassName
{
background-color: #325234;
}
</style>
border-color css
<style>
span { border-color: #325234; }
span { border-color: rgb(50,82,52); }
td.TdClassName
{
border-color: #325234;
}
.TagClassName
{
border-color: #325234;
}
</style>