Shades of Viridian #328063
Tints of Viridian #328063
RGB
CMYK
RGB Variations
Color information
#328063 (or 0x328063) is known color: Viridian. HEX triplet: 32, 80 and 63. RGB value is (50,128,99). Sum of RGB (Red+Green+Blue) = 50+128+99=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #328063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328063 is #CD7F9C. Grayscale: #656565. Windows color (decimal): -13467549 or 6520882. OLE color: 6520882.
HSL color Cylindrical-coordinate representation of color #328063: hue angle of 157.69º 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 #328063 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 99 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.50 |
| HSL | 157.69º | 0.44% | 0.35% | - |
| HSV(B) | 157.69º | 0.61% | 0.5% | - |
| XYZ | 11.29 | 17.02 | 14.49 | - |
| YUV | 101.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 99 | 0.61 | 0 | 0.23 | 0.50 | 157.69 | 0.44 | 0.35 |
| Hex | 32 | 80 | 63 | 3D | 0 | 17 | 32 | 9E | 2C | 23 |
| Octal | 62 | 200 | 143 | 75 | 0 | 27 | 62 | 236 | 54 | 43 |
| Binary | 110010 | 10000000 | 1100011 | 111101 | 0 | 10111 | 110010 | 10011110 | 101100 | 100011 |
Color Harmonies of #328063
Complementary color
Monochromatic Colors of #328063
Black with #328063
Text Example
Text Example
White with #328063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328063; }
p { color: rgb(50,128,99); }
H1.HeaderClassName
{
color: #328063;
}
.AnyTagClassName
{
color: #328063;
}
</style>
background-color css
<style>
a { background-color: #328063; }
a { background-color: rgb(50,128,99); }
div.DivClassName
{
background-color: #328063;
}
.BgClassName
{
background-color: #328063;
}
</style>
border-color css
<style>
span { border-color: #328063; }
span { border-color: rgb(50,128,99); }
td.TdClassName
{
border-color: #328063;
}
.TagClassName
{
border-color: #328063;
}
</style>