Shades of Viridian #328C74
Tints of Viridian #328C74
RGB
CMYK
RGB Variations
Color information
#328C74 (or 0x328C74) is known color: Viridian. HEX triplet: 32, 8C and 74. RGB value is (50,140,116). Sum of RGB (Red+Green+Blue) = 50+140+116=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #328C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328C74 is #CD738B. Grayscale: #6E6E6E. Windows color (decimal): -13464460 or 7638066. OLE color: 7638066.
HSL color Cylindrical-coordinate representation of color #328C74: hue angle of 164º 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 #328C74 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 140 | 116 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.45 |
| HSL | 164º | 0.47% | 0.37% | - |
| HSV(B) | 164º | 0.64% | 0.55% | - |
| XYZ | 13.85 | 20.7 | 19.79 | - |
| YUV | 110.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 116 | 0.64 | 0 | 0.17 | 0.45 | 164 | 0.47 | 0.37 |
| Hex | 32 | 8C | 74 | 40 | 0 | 11 | 2D | A4 | 2F | 25 |
| Octal | 62 | 214 | 164 | 100 | 0 | 21 | 55 | 244 | 57 | 45 |
| Binary | 110010 | 10001100 | 1110100 | 1000000 | 0 | 10001 | 101101 | 10100100 | 101111 | 100101 |
Color Harmonies of #328C74
Complementary color
Monochromatic Colors of #328C74
Black with #328C74
Text Example
Text Example
White with #328C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C74; }
p { color: rgb(50,140,116); }
H1.HeaderClassName
{
color: #328C74;
}
.AnyTagClassName
{
color: #328C74;
}
</style>
background-color css
<style>
a { background-color: #328C74; }
a { background-color: rgb(50,140,116); }
div.DivClassName
{
background-color: #328C74;
}
.BgClassName
{
background-color: #328C74;
}
</style>
border-color css
<style>
span { border-color: #328C74; }
span { border-color: rgb(50,140,116); }
td.TdClassName
{
border-color: #328C74;
}
.TagClassName
{
border-color: #328C74;
}
</style>