Shades of Parsley #326334
Tints of Parsley #326334
RGB
CMYK
RGB Variations
Color information
#326334 (or 0x326334) is known color: Parsley. HEX triplet: 32, 63 and 34. RGB value is (50,99,52). Sum of RGB (Red+Green+Blue) = 50+99+52=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #326334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326334 is #CD9CCB. Grayscale: #4F4F4F. Windows color (decimal): -13475020 or 3433266. OLE color: 3433266.
HSL color Cylindrical-coordinate representation of color #326334: hue angle of 122.45º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326334 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 99 | 52 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.61 |
| HSL | 122.45º | 0.33% | 0.29% | - |
| HSV(B) | 122.45º | 0.49% | 0.39% | - |
| XYZ | 6.4 | 9.85 | 4.81 | - |
| YUV | 78.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 52 | 0.49 | 0 | 0.47 | 0.61 | 122.45 | 0.33 | 0.29 |
| Hex | 32 | 63 | 34 | 31 | 0 | 2F | 3D | 7A | 21 | 1D |
| Octal | 62 | 143 | 64 | 61 | 0 | 57 | 75 | 172 | 41 | 35 |
| Binary | 110010 | 1100011 | 110100 | 110001 | 0 | 101111 | 111101 | 1111010 | 100001 | 11101 |
Color Harmonies of #326334
Complementary color
Monochromatic Colors of #326334
Black with #326334
Text Example
Text Example
White with #326334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326334; }
p { color: rgb(50,99,52); }
H1.HeaderClassName
{
color: #326334;
}
.AnyTagClassName
{
color: #326334;
}
</style>
background-color css
<style>
a { background-color: #326334; }
a { background-color: rgb(50,99,52); }
div.DivClassName
{
background-color: #326334;
}
.BgClassName
{
background-color: #326334;
}
</style>
border-color css
<style>
span { border-color: #326334; }
span { border-color: rgb(50,99,52); }
td.TdClassName
{
border-color: #326334;
}
.TagClassName
{
border-color: #326334;
}
</style>