Shades of Viridian #328C69
Tints of Viridian #328C69
RGB
CMYK
RGB Variations
Color information
#328C69 (or 0x328C69) is known color: Viridian. HEX triplet: 32, 8C and 69. RGB value is (50,140,105). Sum of RGB (Red+Green+Blue) = 50+140+105=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #328C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328C69 is #CD7396. Grayscale: #6D6D6D. Windows color (decimal): -13464471 or 6917170. OLE color: 6917170.
HSL color Cylindrical-coordinate representation of color #328C69: hue angle of 156.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 #328C69 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 140 | 105 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.45 |
| HSL | 156.67º | 0.47% | 0.37% | - |
| HSV(B) | 156.67º | 0.64% | 0.55% | - |
| XYZ | 13.24 | 20.45 | 16.61 | - |
| YUV | 109.1 | 125.68 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 105 | 0.64 | 0 | 0.25 | 0.45 | 156.67 | 0.47 | 0.37 |
| Hex | 32 | 8C | 69 | 40 | 0 | 19 | 2D | 9D | 2F | 25 |
| Octal | 62 | 214 | 151 | 100 | 0 | 31 | 55 | 235 | 57 | 45 |
| Binary | 110010 | 10001100 | 1101001 | 1000000 | 0 | 11001 | 101101 | 10011101 | 101111 | 100101 |
Color Harmonies of #328C69
Complementary color
Monochromatic Colors of #328C69
Black with #328C69
Text Example
Text Example
White with #328C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C69; }
p { color: rgb(50,140,105); }
H1.HeaderClassName
{
color: #328C69;
}
.AnyTagClassName
{
color: #328C69;
}
</style>
background-color css
<style>
a { background-color: #328C69; }
a { background-color: rgb(50,140,105); }
div.DivClassName
{
background-color: #328C69;
}
.BgClassName
{
background-color: #328C69;
}
</style>
border-color css
<style>
span { border-color: #328C69; }
span { border-color: rgb(50,140,105); }
td.TdClassName
{
border-color: #328C69;
}
.TagClassName
{
border-color: #328C69;
}
</style>