Shades of Parsley #325C2F
Tints of Parsley #325C2F
RGB
CMYK
RGB Variations
Color information
#325C2F (or 0x325C2F) is known color: Parsley. HEX triplet: 32, 5C and 2F. RGB value is (50,92,47). Sum of RGB (Red+Green+Blue) = 50+92+47=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #325C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C2F is #CDA3D0. Grayscale: #4A4A4A. Windows color (decimal): -13476817 or 3103794. OLE color: 3103794.
HSL color Cylindrical-coordinate representation of color #325C2F: hue angle of 116º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325C2F is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 47 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.64 |
| HSL | 116º | 0.32% | 0.27% | - |
| HSV(B) | 116º | 0.49% | 0.36% | - |
| XYZ | 5.66 | 8.54 | 4.04 | - |
| YUV | 74.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 47 | 0.46 | 0 | 0.49 | 0.64 | 116 | 0.32 | 0.27 |
| Hex | 32 | 5C | 2F | 2E | 0 | 31 | 40 | 74 | 20 | 1B |
| Octal | 62 | 134 | 57 | 56 | 0 | 61 | 100 | 164 | 40 | 33 |
| Binary | 110010 | 1011100 | 101111 | 101110 | 0 | 110001 | 1000000 | 1110100 | 100000 | 11011 |
Color Harmonies of #325C2F
Complementary color
Monochromatic Colors of #325C2F
Black with #325C2F
Text Example
Text Example
White with #325C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C2F; }
p { color: rgb(50,92,47); }
H1.HeaderClassName
{
color: #325C2F;
}
.AnyTagClassName
{
color: #325C2F;
}
</style>
background-color css
<style>
a { background-color: #325C2F; }
a { background-color: rgb(50,92,47); }
div.DivClassName
{
background-color: #325C2F;
}
.BgClassName
{
background-color: #325C2F;
}
</style>
border-color css
<style>
span { border-color: #325C2F; }
span { border-color: rgb(50,92,47); }
td.TdClassName
{
border-color: #325C2F;
}
.TagClassName
{
border-color: #325C2F;
}
</style>