Shades of Viridian #328E6F
Tints of Viridian #328E6F
RGB
CMYK
RGB Variations
Color information
#328E6F (or 0x328E6F) is known color: Viridian. HEX triplet: 32, 8E and 6F. RGB value is (50,142,111). Sum of RGB (Red+Green+Blue) = 50+142+111=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #328E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E6F is #CD7190. Grayscale: #6E6E6E. Windows color (decimal): -13463953 or 7310898. OLE color: 7310898.
HSL color Cylindrical-coordinate representation of color #328E6F: hue angle of 159.78º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E6F is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 142 | 111 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.44 |
| HSL | 159.78º | 0.48% | 0.38% | - |
| HSV(B) | 159.78º | 0.65% | 0.56% | - |
| XYZ | 13.86 | 21.17 | 18.4 | - |
| YUV | 110.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 111 | 0.65 | 0 | 0.22 | 0.44 | 159.78 | 0.48 | 0.38 |
| Hex | 32 | 8E | 6F | 41 | 0 | 16 | 2C | A0 | 30 | 26 |
| Octal | 62 | 216 | 157 | 101 | 0 | 26 | 54 | 240 | 60 | 46 |
| Binary | 110010 | 10001110 | 1101111 | 1000001 | 0 | 10110 | 101100 | 10100000 | 110000 | 100110 |
Color Harmonies of #328E6F
Complementary color
Monochromatic Colors of #328E6F
Black with #328E6F
Text Example
Text Example
White with #328E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328E6F; }
p { color: rgb(50,142,111); }
H1.HeaderClassName
{
color: #328E6F;
}
.AnyTagClassName
{
color: #328E6F;
}
</style>
background-color css
<style>
a { background-color: #328E6F; }
a { background-color: rgb(50,142,111); }
div.DivClassName
{
background-color: #328E6F;
}
.BgClassName
{
background-color: #328E6F;
}
</style>
border-color css
<style>
span { border-color: #328E6F; }
span { border-color: rgb(50,142,111); }
td.TdClassName
{
border-color: #328E6F;
}
.TagClassName
{
border-color: #328E6F;
}
</style>