Shades of Parsley #325B35
Tints of Parsley #325B35
RGB
CMYK
RGB Variations
Color information
#325B35 (or 0x325B35) is known color: Parsley. HEX triplet: 32, 5B and 35. RGB value is (50,91,53). Sum of RGB (Red+Green+Blue) = 50+91+53=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #325B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B35 is #CDA4CA. Grayscale: #4A4A4A. Windows color (decimal): -13477067 or 3496754. OLE color: 3496754.
HSL color Cylindrical-coordinate representation of color #325B35: hue angle of 124.39º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B35 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 53 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.64 |
| HSL | 124.39º | 0.29% | 0.28% | - |
| HSV(B) | 124.39º | 0.45% | 0.36% | - |
| XYZ | 5.7 | 8.42 | 4.69 | - |
| YUV | 74.41 | 115.92 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 53 | 0.45 | 0 | 0.42 | 0.64 | 124.39 | 0.29 | 0.28 |
| Hex | 32 | 5B | 35 | 2D | 0 | 2A | 40 | 7C | 1D | 1C |
| Octal | 62 | 133 | 65 | 55 | 0 | 52 | 100 | 174 | 35 | 34 |
| Binary | 110010 | 1011011 | 110101 | 101101 | 0 | 101010 | 1000000 | 1111100 | 11101 | 11100 |
Color Harmonies of #325B35
Complementary color
Monochromatic Colors of #325B35
Black with #325B35
Text Example
Text Example
White with #325B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B35; }
p { color: rgb(50,91,53); }
H1.HeaderClassName
{
color: #325B35;
}
.AnyTagClassName
{
color: #325B35;
}
</style>
background-color css
<style>
a { background-color: #325B35; }
a { background-color: rgb(50,91,53); }
div.DivClassName
{
background-color: #325B35;
}
.BgClassName
{
background-color: #325B35;
}
</style>
border-color css
<style>
span { border-color: #325B35; }
span { border-color: rgb(50,91,53); }
td.TdClassName
{
border-color: #325B35;
}
.TagClassName
{
border-color: #325B35;
}
</style>