Shades of Parsley #325A38
Tints of Parsley #325A38
RGB
CMYK
RGB Variations
Color information
#325A38 (or 0x325A38) is known color: Parsley. HEX triplet: 32, 5A and 38. RGB value is (50,90,56). Sum of RGB (Red+Green+Blue) = 50+90+56=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #325A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A38 is #CDA5C7. Grayscale: #4A4A4A. Windows color (decimal): -13477320 or 3693106. OLE color: 3693106.
HSL color Cylindrical-coordinate representation of color #325A38: hue angle of 129º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A38 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 90 | 56 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.65 |
| HSL | 129º | 0.29% | 0.27% | - |
| HSV(B) | 129º | 0.44% | 0.35% | - |
| XYZ | 5.69 | 8.28 | 5.04 | - |
| YUV | 74.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 56 | 0.44 | 0 | 0.38 | 0.65 | 129 | 0.29 | 0.27 |
| Hex | 32 | 5A | 38 | 2C | 0 | 26 | 41 | 81 | 1D | 1B |
| Octal | 62 | 132 | 70 | 54 | 0 | 46 | 101 | 201 | 35 | 33 |
| Binary | 110010 | 1011010 | 111000 | 101100 | 0 | 100110 | 1000001 | 10000001 | 11101 | 11011 |
Color Harmonies of #325A38
Complementary color
Monochromatic Colors of #325A38
Black with #325A38
Text Example
Text Example
White with #325A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A38; }
p { color: rgb(50,90,56); }
H1.HeaderClassName
{
color: #325A38;
}
.AnyTagClassName
{
color: #325A38;
}
</style>
background-color css
<style>
a { background-color: #325A38; }
a { background-color: rgb(50,90,56); }
div.DivClassName
{
background-color: #325A38;
}
.BgClassName
{
background-color: #325A38;
}
</style>
border-color css
<style>
span { border-color: #325A38; }
span { border-color: rgb(50,90,56); }
td.TdClassName
{
border-color: #325A38;
}
.TagClassName
{
border-color: #325A38;
}
</style>