Shades of Viridian #329371
Tints of Viridian #329371
RGB
CMYK
RGB Variations
Color information
#329371 (or 0x329371) is known color: Viridian. HEX triplet: 32, 93 and 71. RGB value is (50,147,113). Sum of RGB (Red+Green+Blue) = 50+147+113=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #329371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329371 is #CD6C8E. Grayscale: #727272. Windows color (decimal): -13462671 or 7443250. OLE color: 7443250.
HSL color Cylindrical-coordinate representation of color #329371: hue angle of 158.97º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329371 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 113 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.42 |
| HSL | 158.97º | 0.49% | 0.39% | - |
| HSV(B) | 158.97º | 0.66% | 0.58% | - |
| XYZ | 14.73 | 22.74 | 19.24 | - |
| YUV | 114.12 | 127.36 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 113 | 0.66 | 0 | 0.23 | 0.42 | 158.97 | 0.49 | 0.39 |
| Hex | 32 | 93 | 71 | 42 | 0 | 17 | 2A | 9F | 31 | 27 |
| Octal | 62 | 223 | 161 | 102 | 0 | 27 | 52 | 237 | 61 | 47 |
| Binary | 110010 | 10010011 | 1110001 | 1000010 | 0 | 10111 | 101010 | 10011111 | 110001 | 100111 |
Color Harmonies of #329371
Complementary color
Monochromatic Colors of #329371
Black with #329371
Text Example
Text Example
White with #329371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329371; }
p { color: rgb(50,147,113); }
H1.HeaderClassName
{
color: #329371;
}
.AnyTagClassName
{
color: #329371;
}
</style>
background-color css
<style>
a { background-color: #329371; }
a { background-color: rgb(50,147,113); }
div.DivClassName
{
background-color: #329371;
}
.BgClassName
{
background-color: #329371;
}
</style>
border-color css
<style>
span { border-color: #329371; }
span { border-color: rgb(50,147,113); }
td.TdClassName
{
border-color: #329371;
}
.TagClassName
{
border-color: #329371;
}
</style>