Shades of Viridian #328B68
Tints of Viridian #328B68
RGB
CMYK
RGB Variations
Color information
#328B68 (or 0x328B68) is known color: Viridian. HEX triplet: 32, 8B and 68. RGB value is (50,139,104). Sum of RGB (Red+Green+Blue) = 50+139+104=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #328B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B68 is #CD7497. Grayscale: #6C6C6C. Windows color (decimal): -13464728 or 6851378. OLE color: 6851378.
HSL color Cylindrical-coordinate representation of color #328B68: hue angle of 156.4º 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 #328B68 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 104 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.45 |
| HSL | 156.4º | 0.47% | 0.37% | - |
| HSV(B) | 156.4º | 0.64% | 0.55% | - |
| XYZ | 13.05 | 20.14 | 16.3 | - |
| YUV | 108.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 104 | 0.64 | 0 | 0.25 | 0.45 | 156.4 | 0.47 | 0.37 |
| Hex | 32 | 8B | 68 | 40 | 0 | 19 | 2D | 9C | 2F | 25 |
| Octal | 62 | 213 | 150 | 100 | 0 | 31 | 55 | 234 | 57 | 45 |
| Binary | 110010 | 10001011 | 1101000 | 1000000 | 0 | 11001 | 101101 | 10011100 | 101111 | 100101 |
Color Harmonies of #328B68
Complementary color
Monochromatic Colors of #328B68
Black with #328B68
Text Example
Text Example
White with #328B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B68; }
p { color: rgb(50,139,104); }
H1.HeaderClassName
{
color: #328B68;
}
.AnyTagClassName
{
color: #328B68;
}
</style>
background-color css
<style>
a { background-color: #328B68; }
a { background-color: rgb(50,139,104); }
div.DivClassName
{
background-color: #328B68;
}
.BgClassName
{
background-color: #328B68;
}
</style>
border-color css
<style>
span { border-color: #328B68; }
span { border-color: rgb(50,139,104); }
td.TdClassName
{
border-color: #328B68;
}
.TagClassName
{
border-color: #328B68;
}
</style>