Shades of Viridian #328061
Tints of Viridian #328061
RGB
CMYK
RGB Variations
Color information
#328061 (or 0x328061) is known color: Viridian. HEX triplet: 32, 80 and 61. RGB value is (50,128,97). Sum of RGB (Red+Green+Blue) = 50+128+97=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #328061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328061 is #CD7F9E. Grayscale: #656565. Windows color (decimal): -13467551 or 6389810. OLE color: 6389810.
HSL color Cylindrical-coordinate representation of color #328061: hue angle of 156.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328061 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 97 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.50 |
| HSL | 156.15º | 0.44% | 0.35% | - |
| HSV(B) | 156.15º | 0.61% | 0.5% | - |
| XYZ | 11.19 | 16.98 | 14 | - |
| YUV | 101.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 97 | 0.61 | 0 | 0.24 | 0.50 | 156.15 | 0.44 | 0.35 |
| Hex | 32 | 80 | 61 | 3D | 0 | 18 | 32 | 9C | 2C | 23 |
| Octal | 62 | 200 | 141 | 75 | 0 | 30 | 62 | 234 | 54 | 43 |
| Binary | 110010 | 10000000 | 1100001 | 111101 | 0 | 11000 | 110010 | 10011100 | 101100 | 100011 |
Color Harmonies of #328061
Complementary color
Monochromatic Colors of #328061
Black with #328061
Text Example
Text Example
White with #328061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328061; }
p { color: rgb(50,128,97); }
H1.HeaderClassName
{
color: #328061;
}
.AnyTagClassName
{
color: #328061;
}
</style>
background-color css
<style>
a { background-color: #328061; }
a { background-color: rgb(50,128,97); }
div.DivClassName
{
background-color: #328061;
}
.BgClassName
{
background-color: #328061;
}
</style>
border-color css
<style>
span { border-color: #328061; }
span { border-color: rgb(50,128,97); }
td.TdClassName
{
border-color: #328061;
}
.TagClassName
{
border-color: #328061;
}
</style>