Shades of Viridian #329172
Tints of Viridian #329172
RGB
CMYK
RGB Variations
Color information
#329172 (or 0x329172) is known color: Viridian. HEX triplet: 32, 91 and 72. RGB value is (50,145,114). Sum of RGB (Red+Green+Blue) = 50+145+114=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #329172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329172 is #CD6E8D. Grayscale: #717171. Windows color (decimal): -13463182 or 7508274. OLE color: 7508274.
HSL color Cylindrical-coordinate representation of color #329172: hue angle of 160.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329172 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 145 | 114 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.43 |
| HSL | 160.42º | 0.49% | 0.38% | - |
| HSV(B) | 160.42º | 0.66% | 0.57% | - |
| XYZ | 14.48 | 22.14 | 19.43 | - |
| YUV | 113.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 114 | 0.66 | 0 | 0.21 | 0.43 | 160.42 | 0.49 | 0.38 |
| Hex | 32 | 91 | 72 | 42 | 0 | 15 | 2B | A0 | 31 | 26 |
| Octal | 62 | 221 | 162 | 102 | 0 | 25 | 53 | 240 | 61 | 46 |
| Binary | 110010 | 10010001 | 1110010 | 1000010 | 0 | 10101 | 101011 | 10100000 | 110001 | 100110 |
Color Harmonies of #329172
Complementary color
Monochromatic Colors of #329172
Black with #329172
Text Example
Text Example
White with #329172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329172; }
p { color: rgb(50,145,114); }
H1.HeaderClassName
{
color: #329172;
}
.AnyTagClassName
{
color: #329172;
}
</style>
background-color css
<style>
a { background-color: #329172; }
a { background-color: rgb(50,145,114); }
div.DivClassName
{
background-color: #329172;
}
.BgClassName
{
background-color: #329172;
}
</style>
border-color css
<style>
span { border-color: #329172; }
span { border-color: rgb(50,145,114); }
td.TdClassName
{
border-color: #329172;
}
.TagClassName
{
border-color: #329172;
}
</style>