Shades of Viridian #328C6C
Tints of Viridian #328C6C
RGB
CMYK
RGB Variations
Color information
#328C6C (or 0x328C6C) is known color: Viridian. HEX triplet: 32, 8C and 6C. RGB value is (50,140,108). Sum of RGB (Red+Green+Blue) = 50+140+108=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #328C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328C6C is #CD7393. Grayscale: #6D6D6D. Windows color (decimal): -13464468 or 7113778. OLE color: 7113778.
HSL color Cylindrical-coordinate representation of color #328C6C: hue angle of 158.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328C6C is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 140 | 108 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.45 |
| HSL | 158.67º | 0.47% | 0.37% | - |
| HSV(B) | 158.67º | 0.64% | 0.55% | - |
| XYZ | 13.4 | 20.52 | 17.44 | - |
| YUV | 109.44 | 127.18 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 108 | 0.64 | 0 | 0.23 | 0.45 | 158.67 | 0.47 | 0.37 |
| Hex | 32 | 8C | 6C | 40 | 0 | 17 | 2D | 9F | 2F | 25 |
| Octal | 62 | 214 | 154 | 100 | 0 | 27 | 55 | 237 | 57 | 45 |
| Binary | 110010 | 10001100 | 1101100 | 1000000 | 0 | 10111 | 101101 | 10011111 | 101111 | 100101 |
Color Harmonies of #328C6C
Complementary color
Monochromatic Colors of #328C6C
Black with #328C6C
Text Example
Text Example
White with #328C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C6C; }
p { color: rgb(50,140,108); }
H1.HeaderClassName
{
color: #328C6C;
}
.AnyTagClassName
{
color: #328C6C;
}
</style>
background-color css
<style>
a { background-color: #328C6C; }
a { background-color: rgb(50,140,108); }
div.DivClassName
{
background-color: #328C6C;
}
.BgClassName
{
background-color: #328C6C;
}
</style>
border-color css
<style>
span { border-color: #328C6C; }
span { border-color: rgb(50,140,108); }
td.TdClassName
{
border-color: #328C6C;
}
.TagClassName
{
border-color: #328C6C;
}
</style>