Shades of Viridian #328D6D
Tints of Viridian #328D6D
RGB
CMYK
RGB Variations
Color information
#328D6D (or 0x328D6D) is known color: Viridian. HEX triplet: 32, 8D and 6D. RGB value is (50,141,109). Sum of RGB (Red+Green+Blue) = 50+141+109=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #328D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D6D is #CD7292. Grayscale: #6E6E6E. Windows color (decimal): -13464211 or 7179570. OLE color: 7179570.
HSL color Cylindrical-coordinate representation of color #328D6D: hue angle of 158.9º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D6D is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 109 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.45 |
| HSL | 158.9º | 0.48% | 0.37% | - |
| HSV(B) | 158.9º | 0.65% | 0.55% | - |
| XYZ | 13.6 | 20.83 | 17.77 | - |
| YUV | 110.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 109 | 0.65 | 0 | 0.23 | 0.45 | 158.9 | 0.48 | 0.37 |
| Hex | 32 | 8D | 6D | 41 | 0 | 17 | 2D | 9F | 30 | 25 |
| Octal | 62 | 215 | 155 | 101 | 0 | 27 | 55 | 237 | 60 | 45 |
| Binary | 110010 | 10001101 | 1101101 | 1000001 | 0 | 10111 | 101101 | 10011111 | 110000 | 100101 |
Color Harmonies of #328D6D
Complementary color
Monochromatic Colors of #328D6D
Black with #328D6D
Text Example
Text Example
White with #328D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D6D; }
p { color: rgb(50,141,109); }
H1.HeaderClassName
{
color: #328D6D;
}
.AnyTagClassName
{
color: #328D6D;
}
</style>
background-color css
<style>
a { background-color: #328D6D; }
a { background-color: rgb(50,141,109); }
div.DivClassName
{
background-color: #328D6D;
}
.BgClassName
{
background-color: #328D6D;
}
</style>
border-color css
<style>
span { border-color: #328D6D; }
span { border-color: rgb(50,141,109); }
td.TdClassName
{
border-color: #328D6D;
}
.TagClassName
{
border-color: #328D6D;
}
</style>