Shades of Parsley #325230
Tints of Parsley #325230
RGB
CMYK
RGB Variations
Color information
#325230 (or 0x325230) is known color: Parsley. HEX triplet: 32, 52 and 30. RGB value is (50,82,48). Sum of RGB (Red+Green+Blue) = 50+82+48=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #325230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325230 is #CDADCF. Grayscale: #444444. Windows color (decimal): -13479376 or 3166770. OLE color: 3166770.
HSL color Cylindrical-coordinate representation of color #325230: hue angle of 116.47º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325230 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 48 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.68 |
| HSL | 116.47º | 0.26% | 0.25% | - |
| HSV(B) | 116.47º | 0.41% | 0.32% | - |
| XYZ | 4.87 | 6.93 | 3.88 | - |
| YUV | 68.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 48 | 0.39 | 0 | 0.41 | 0.68 | 116.47 | 0.26 | 0.25 |
| Hex | 32 | 52 | 30 | 27 | 0 | 29 | 44 | 74 | 1A | 19 |
| Octal | 62 | 122 | 60 | 47 | 0 | 51 | 104 | 164 | 32 | 31 |
| Binary | 110010 | 1010010 | 110000 | 100111 | 0 | 101001 | 1000100 | 1110100 | 11010 | 11001 |
Color Harmonies of #325230
Complementary color
Monochromatic Colors of #325230
Black with #325230
Text Example
Text Example
White with #325230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325230; }
p { color: rgb(50,82,48); }
H1.HeaderClassName
{
color: #325230;
}
.AnyTagClassName
{
color: #325230;
}
</style>
background-color css
<style>
a { background-color: #325230; }
a { background-color: rgb(50,82,48); }
div.DivClassName
{
background-color: #325230;
}
.BgClassName
{
background-color: #325230;
}
</style>
border-color css
<style>
span { border-color: #325230; }
span { border-color: rgb(50,82,48); }
td.TdClassName
{
border-color: #325230;
}
.TagClassName
{
border-color: #325230;
}
</style>