Shades of Viridian #328668
Tints of Viridian #328668
RGB
CMYK
RGB Variations
Color information
#328668 (or 0x328668) is known color: Viridian. HEX triplet: 32, 86 and 68. RGB value is (50,134,104). Sum of RGB (Red+Green+Blue) = 50+134+104=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #328668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328668 is #CD7997. Grayscale: #696969. Windows color (decimal): -13466008 or 6850098. OLE color: 6850098.
HSL color Cylindrical-coordinate representation of color #328668: hue angle of 158.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328668 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 104 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.47 |
| HSL | 158.57º | 0.46% | 0.36% | - |
| HSV(B) | 158.57º | 0.63% | 0.53% | - |
| XYZ | 12.34 | 18.73 | 16.06 | - |
| YUV | 105.46 | 127.17 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 104 | 0.63 | 0 | 0.22 | 0.47 | 158.57 | 0.46 | 0.36 |
| Hex | 32 | 86 | 68 | 3F | 0 | 16 | 2F | 9F | 2E | 24 |
| Octal | 62 | 206 | 150 | 77 | 0 | 26 | 57 | 237 | 56 | 44 |
| Binary | 110010 | 10000110 | 1101000 | 111111 | 0 | 10110 | 101111 | 10011111 | 101110 | 100100 |
Color Harmonies of #328668
Complementary color
Monochromatic Colors of #328668
Black with #328668
Text Example
Text Example
White with #328668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328668; }
p { color: rgb(50,134,104); }
H1.HeaderClassName
{
color: #328668;
}
.AnyTagClassName
{
color: #328668;
}
</style>
background-color css
<style>
a { background-color: #328668; }
a { background-color: rgb(50,134,104); }
div.DivClassName
{
background-color: #328668;
}
.BgClassName
{
background-color: #328668;
}
</style>
border-color css
<style>
span { border-color: #328668; }
span { border-color: rgb(50,134,104); }
td.TdClassName
{
border-color: #328668;
}
.TagClassName
{
border-color: #328668;
}
</style>