Shades of Viridian #328162
Tints of Viridian #328162
RGB
CMYK
RGB Variations
Color information
#328162 (or 0x328162) is known color: Viridian. HEX triplet: 32, 81 and 62. RGB value is (50,129,98). Sum of RGB (Red+Green+Blue) = 50+129+98=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #328162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328162 is #CD7E9D. Grayscale: #656565. Windows color (decimal): -13467294 or 6455602. OLE color: 6455602.
HSL color Cylindrical-coordinate representation of color #328162: hue angle of 156.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328162 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 98 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.49 |
| HSL | 156.46º | 0.44% | 0.35% | - |
| HSV(B) | 156.46º | 0.61% | 0.51% | - |
| XYZ | 11.37 | 17.26 | 14.29 | - |
| YUV | 101.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 98 | 0.61 | 0 | 0.24 | 0.49 | 156.46 | 0.44 | 0.35 |
| Hex | 32 | 81 | 62 | 3D | 0 | 18 | 31 | 9C | 2C | 23 |
| Octal | 62 | 201 | 142 | 75 | 0 | 30 | 61 | 234 | 54 | 43 |
| Binary | 110010 | 10000001 | 1100010 | 111101 | 0 | 11000 | 110001 | 10011100 | 101100 | 100011 |
Color Harmonies of #328162
Complementary color
Monochromatic Colors of #328162
Black with #328162
Text Example
Text Example
White with #328162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328162; }
p { color: rgb(50,129,98); }
H1.HeaderClassName
{
color: #328162;
}
.AnyTagClassName
{
color: #328162;
}
</style>
background-color css
<style>
a { background-color: #328162; }
a { background-color: rgb(50,129,98); }
div.DivClassName
{
background-color: #328162;
}
.BgClassName
{
background-color: #328162;
}
</style>
border-color css
<style>
span { border-color: #328162; }
span { border-color: rgb(50,129,98); }
td.TdClassName
{
border-color: #328162;
}
.TagClassName
{
border-color: #328162;
}
</style>