Shades of Viridian #328E6E
Tints of Viridian #328E6E
RGB
CMYK
RGB Variations
Color information
#328E6E (or 0x328E6E) is known color: Viridian. HEX triplet: 32, 8E and 6E. RGB value is (50,142,110). Sum of RGB (Red+Green+Blue) = 50+142+110=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #328E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E6E is #CD7191. Grayscale: #6E6E6E. Windows color (decimal): -13463954 or 7245362. OLE color: 7245362.
HSL color Cylindrical-coordinate representation of color #328E6E: hue angle of 159.13º 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 #328E6E is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 142 | 110 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.44 |
| HSL | 159.13º | 0.48% | 0.38% | - |
| HSV(B) | 159.13º | 0.65% | 0.56% | - |
| XYZ | 13.8 | 21.15 | 18.11 | - |
| YUV | 110.84 | 127.52 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 110 | 0.65 | 0 | 0.23 | 0.44 | 159.13 | 0.48 | 0.38 |
| Hex | 32 | 8E | 6E | 41 | 0 | 17 | 2C | 9F | 30 | 26 |
| Octal | 62 | 216 | 156 | 101 | 0 | 27 | 54 | 237 | 60 | 46 |
| Binary | 110010 | 10001110 | 1101110 | 1000001 | 0 | 10111 | 101100 | 10011111 | 110000 | 100110 |
Color Harmonies of #328E6E
Complementary color
Monochromatic Colors of #328E6E
Black with #328E6E
Text Example
Text Example
White with #328E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328E6E; }
p { color: rgb(50,142,110); }
H1.HeaderClassName
{
color: #328E6E;
}
.AnyTagClassName
{
color: #328E6E;
}
</style>
background-color css
<style>
a { background-color: #328E6E; }
a { background-color: rgb(50,142,110); }
div.DivClassName
{
background-color: #328E6E;
}
.BgClassName
{
background-color: #328E6E;
}
</style>
border-color css
<style>
span { border-color: #328E6E; }
span { border-color: rgb(50,142,110); }
td.TdClassName
{
border-color: #328E6E;
}
.TagClassName
{
border-color: #328E6E;
}
</style>