Shades of Parsley #32602F
Tints of Parsley #32602F
RGB
CMYK
RGB Variations
Color information
#32602F (or 0x32602F) is known color: Parsley. HEX triplet: 32, 60 and 2F. RGB value is (50,96,47). Sum of RGB (Red+Green+Blue) = 50+96+47=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #32602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32602F is #CD9FD0. Grayscale: #4C4C4C. Windows color (decimal): -13475793 or 3104818. OLE color: 3104818.
HSL color Cylindrical-coordinate representation of color #32602F: hue angle of 116.33º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32602F is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 47 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.62 |
| HSL | 116.33º | 0.34% | 0.28% | - |
| HSV(B) | 116.33º | 0.51% | 0.38% | - |
| XYZ | 6.01 | 9.25 | 4.16 | - |
| YUV | 76.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 47 | 0.48 | 0 | 0.51 | 0.62 | 116.33 | 0.34 | 0.28 |
| Hex | 32 | 60 | 2F | 30 | 0 | 33 | 3E | 74 | 22 | 1C |
| Octal | 62 | 140 | 57 | 60 | 0 | 63 | 76 | 164 | 42 | 34 |
| Binary | 110010 | 1100000 | 101111 | 110000 | 0 | 110011 | 111110 | 1110100 | 100010 | 11100 |
Color Harmonies of #32602F
Complementary color
Monochromatic Colors of #32602F
Black with #32602F
Text Example
Text Example
White with #32602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32602F; }
p { color: rgb(50,96,47); }
H1.HeaderClassName
{
color: #32602F;
}
.AnyTagClassName
{
color: #32602F;
}
</style>
background-color css
<style>
a { background-color: #32602F; }
a { background-color: rgb(50,96,47); }
div.DivClassName
{
background-color: #32602F;
}
.BgClassName
{
background-color: #32602F;
}
</style>
border-color css
<style>
span { border-color: #32602F; }
span { border-color: rgb(50,96,47); }
td.TdClassName
{
border-color: #32602F;
}
.TagClassName
{
border-color: #32602F;
}
</style>