Shades of Viridian #328D73
Tints of Viridian #328D73
RGB
CMYK
RGB Variations
Color information
#328D73 (or 0x328D73) is known color: Viridian. HEX triplet: 32, 8D and 73. RGB value is (50,141,115). Sum of RGB (Red+Green+Blue) = 50+141+115=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #328D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D73 is #CD728C. Grayscale: #6E6E6E. Windows color (decimal): -13464205 or 7572786. OLE color: 7572786.
HSL color Cylindrical-coordinate representation of color #328D73: hue angle of 162.86º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D73 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 115 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.45 |
| HSL | 162.86º | 0.48% | 0.37% | - |
| HSV(B) | 162.86º | 0.65% | 0.55% | - |
| XYZ | 13.93 | 20.97 | 19.53 | - |
| YUV | 110.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 115 | 0.65 | 0 | 0.18 | 0.45 | 162.86 | 0.48 | 0.37 |
| Hex | 32 | 8D | 73 | 41 | 0 | 12 | 2D | A3 | 30 | 25 |
| Octal | 62 | 215 | 163 | 101 | 0 | 22 | 55 | 243 | 60 | 45 |
| Binary | 110010 | 10001101 | 1110011 | 1000001 | 0 | 10010 | 101101 | 10100011 | 110000 | 100101 |
Color Harmonies of #328D73
Complementary color
Monochromatic Colors of #328D73
Black with #328D73
Text Example
Text Example
White with #328D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D73; }
p { color: rgb(50,141,115); }
H1.HeaderClassName
{
color: #328D73;
}
.AnyTagClassName
{
color: #328D73;
}
</style>
background-color css
<style>
a { background-color: #328D73; }
a { background-color: rgb(50,141,115); }
div.DivClassName
{
background-color: #328D73;
}
.BgClassName
{
background-color: #328D73;
}
</style>
border-color css
<style>
span { border-color: #328D73; }
span { border-color: rgb(50,141,115); }
td.TdClassName
{
border-color: #328D73;
}
.TagClassName
{
border-color: #328D73;
}
</style>