Shades of Parsley #325232
Tints of Parsley #325232
RGB
CMYK
RGB Variations
Color information
#325232 (or 0x325232) is known color: Parsley. HEX triplet: 32, 52 and 32. RGB value is (50,82,50). Sum of RGB (Red+Green+Blue) = 50+82+50=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #325232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325232 is #CDADCD. Grayscale: #444444. Windows color (decimal): -13479374 or 3297842. OLE color: 3297842.
HSL color Cylindrical-coordinate representation of color #325232: hue angle of 120º 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 #325232 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
RGB | 50 | 82 | 50 | - |
CMYK | 0.39 | 0 | 0.39 | 0.68 |
HSL | 120º | 0.24% | 0.26% | - |
HSV(B) | 120º | 0.39% | 0.32% | - |
XYZ | 4.91 | 6.94 | 4.1 | - |
YUV | 68.78 | 117.4 | 114.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 82 | 50 | 0.39 | 0 | 0.39 | 0.68 | 120 | 0.24 | 0.26 |
Hex | 32 | 52 | 32 | 27 | 0 | 27 | 44 | 78 | 18 | 1A |
Octal | 62 | 122 | 62 | 47 | 0 | 47 | 104 | 170 | 30 | 32 |
Binary | 110010 | 1010010 | 110010 | 100111 | 0 | 100111 | 1000100 | 1111000 | 11000 | 11010 |
Color Harmonies of #325232
Complementary color
Monochromatic Colors of #325232
Black with #325232
Text Example
Text Example
White with #325232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325232; }
p { color: rgb(50,82,50); }
H1.HeaderClassName
{
color: #325232;
}
.AnyTagClassName
{
color: #325232;
}
</style>
background-color css
<style>
a { background-color: #325232; }
a { background-color: rgb(50,82,50); }
div.DivClassName
{
background-color: #325232;
}
.BgClassName
{
background-color: #325232;
}
</style>
border-color css
<style>
span { border-color: #325232; }
span { border-color: rgb(50,82,50); }
td.TdClassName
{
border-color: #325232;
}
.TagClassName
{
border-color: #325232;
}
</style>