Shades of Viridian #328566
Tints of Viridian #328566
RGB
CMYK
RGB Variations
Color information
#328566 (or 0x328566) is known color: Viridian. HEX triplet: 32, 85 and 66. RGB value is (50,133,102). Sum of RGB (Red+Green+Blue) = 50+133+102=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #328566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328566 is #CD7A99. Grayscale: #686868. Windows color (decimal): -13466266 or 6718770. OLE color: 6718770.
HSL color Cylindrical-coordinate representation of color #328566: hue angle of 157.59º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328566 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 102 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.48 |
| HSL | 157.59º | 0.45% | 0.36% | - |
| HSV(B) | 157.59º | 0.62% | 0.52% | - |
| XYZ | 12.1 | 18.41 | 15.49 | - |
| YUV | 104.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 102 | 0.62 | 0 | 0.23 | 0.48 | 157.59 | 0.45 | 0.36 |
| Hex | 32 | 85 | 66 | 3E | 0 | 17 | 30 | 9E | 2D | 24 |
| Octal | 62 | 205 | 146 | 76 | 0 | 27 | 60 | 236 | 55 | 44 |
| Binary | 110010 | 10000101 | 1100110 | 111110 | 0 | 10111 | 110000 | 10011110 | 101101 | 100100 |
Color Harmonies of #328566
Complementary color
Monochromatic Colors of #328566
Black with #328566
Text Example
Text Example
White with #328566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328566; }
p { color: rgb(50,133,102); }
H1.HeaderClassName
{
color: #328566;
}
.AnyTagClassName
{
color: #328566;
}
</style>
background-color css
<style>
a { background-color: #328566; }
a { background-color: rgb(50,133,102); }
div.DivClassName
{
background-color: #328566;
}
.BgClassName
{
background-color: #328566;
}
</style>
border-color css
<style>
span { border-color: #328566; }
span { border-color: rgb(50,133,102); }
td.TdClassName
{
border-color: #328566;
}
.TagClassName
{
border-color: #328566;
}
</style>