Shades of Parsley #325B36
Tints of Parsley #325B36
RGB
CMYK
RGB Variations
Color information
#325B36 (or 0x325B36) is known color: Parsley. HEX triplet: 32, 5B and 36. RGB value is (50,91,54). Sum of RGB (Red+Green+Blue) = 50+91+54=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #325B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B36 is #CDA4C9. Grayscale: #4A4A4A. Windows color (decimal): -13477066 or 3562290. OLE color: 3562290.
HSL color Cylindrical-coordinate representation of color #325B36: hue angle of 125.85º 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 #325B36 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 54 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.64 |
| HSL | 125.85º | 0.29% | 0.28% | - |
| HSV(B) | 125.85º | 0.45% | 0.36% | - |
| XYZ | 5.72 | 8.43 | 4.81 | - |
| YUV | 74.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 54 | 0.45 | 0 | 0.41 | 0.64 | 125.85 | 0.29 | 0.28 |
| Hex | 32 | 5B | 36 | 2D | 0 | 29 | 40 | 7E | 1D | 1C |
| Octal | 62 | 133 | 66 | 55 | 0 | 51 | 100 | 176 | 35 | 34 |
| Binary | 110010 | 1011011 | 110110 | 101101 | 0 | 101001 | 1000000 | 1111110 | 11101 | 11100 |
Color Harmonies of #325B36
Complementary color
Monochromatic Colors of #325B36
Black with #325B36
Text Example
Text Example
White with #325B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B36; }
p { color: rgb(50,91,54); }
H1.HeaderClassName
{
color: #325B36;
}
.AnyTagClassName
{
color: #325B36;
}
</style>
background-color css
<style>
a { background-color: #325B36; }
a { background-color: rgb(50,91,54); }
div.DivClassName
{
background-color: #325B36;
}
.BgClassName
{
background-color: #325B36;
}
</style>
border-color css
<style>
span { border-color: #325B36; }
span { border-color: rgb(50,91,54); }
td.TdClassName
{
border-color: #325B36;
}
.TagClassName
{
border-color: #325B36;
}
</style>