Shades of Parsley #325433
Tints of Parsley #325433
RGB
CMYK
RGB Variations
Color information
#325433 (or 0x325433) is known color: Parsley. HEX triplet: 32, 54 and 33. RGB value is (50,84,51). Sum of RGB (Red+Green+Blue) = 50+84+51=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #325433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325433 is #CDABCC. Grayscale: #464646. Windows color (decimal): -13478861 or 3363890. OLE color: 3363890.
HSL color Cylindrical-coordinate representation of color #325433: hue angle of 121.76º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325433 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 51 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.67 |
| HSL | 121.76º | 0.25% | 0.26% | - |
| HSV(B) | 121.76º | 0.4% | 0.33% | - |
| XYZ | 5.08 | 7.26 | 4.26 | - |
| YUV | 70.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 51 | 0.40 | 0 | 0.39 | 0.67 | 121.76 | 0.25 | 0.26 |
| Hex | 32 | 54 | 33 | 28 | 0 | 27 | 43 | 7A | 19 | 1A |
| Octal | 62 | 124 | 63 | 50 | 0 | 47 | 103 | 172 | 31 | 32 |
| Binary | 110010 | 1010100 | 110011 | 101000 | 0 | 100111 | 1000011 | 1111010 | 11001 | 11010 |
Color Harmonies of #325433
Complementary color
Monochromatic Colors of #325433
Black with #325433
Text Example
Text Example
White with #325433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325433; }
p { color: rgb(50,84,51); }
H1.HeaderClassName
{
color: #325433;
}
.AnyTagClassName
{
color: #325433;
}
</style>
background-color css
<style>
a { background-color: #325433; }
a { background-color: rgb(50,84,51); }
div.DivClassName
{
background-color: #325433;
}
.BgClassName
{
background-color: #325433;
}
</style>
border-color css
<style>
span { border-color: #325433; }
span { border-color: rgb(50,84,51); }
td.TdClassName
{
border-color: #325433;
}
.TagClassName
{
border-color: #325433;
}
</style>