Shades of Viridian #329473
Tints of Viridian #329473
RGB
CMYK
RGB Variations
Color information
#329473 (or 0x329473) is known color: Viridian. HEX triplet: 32, 94 and 73. RGB value is (50,148,115). Sum of RGB (Red+Green+Blue) = 50+148+115=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #329473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329473 is #CD6B8C. Grayscale: #727272. Windows color (decimal): -13462413 or 7574578. OLE color: 7574578.
HSL color Cylindrical-coordinate representation of color #329473: hue angle of 159.8º 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 #329473 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 115 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.42 |
| HSL | 159.8º | 0.49% | 0.39% | - |
| HSV(B) | 159.8º | 0.66% | 0.58% | - |
| XYZ | 15 | 23.1 | 19.89 | - |
| YUV | 114.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 115 | 0.66 | 0 | 0.22 | 0.42 | 159.8 | 0.49 | 0.39 |
| Hex | 32 | 94 | 73 | 42 | 0 | 16 | 2A | A0 | 31 | 27 |
| Octal | 62 | 224 | 163 | 102 | 0 | 26 | 52 | 240 | 61 | 47 |
| Binary | 110010 | 10010100 | 1110011 | 1000010 | 0 | 10110 | 101010 | 10100000 | 110001 | 100111 |
Color Harmonies of #329473
Complementary color
Monochromatic Colors of #329473
Black with #329473
Text Example
Text Example
White with #329473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329473; }
p { color: rgb(50,148,115); }
H1.HeaderClassName
{
color: #329473;
}
.AnyTagClassName
{
color: #329473;
}
</style>
background-color css
<style>
a { background-color: #329473; }
a { background-color: rgb(50,148,115); }
div.DivClassName
{
background-color: #329473;
}
.BgClassName
{
background-color: #329473;
}
</style>
border-color css
<style>
span { border-color: #329473; }
span { border-color: rgb(50,148,115); }
td.TdClassName
{
border-color: #329473;
}
.TagClassName
{
border-color: #329473;
}
</style>