Shades of Viridian #328266
Tints of Viridian #328266
RGB
CMYK
RGB Variations
Color information
#328266 (or 0x328266) is known color: Viridian. HEX triplet: 32, 82 and 66. RGB value is (50,130,102). Sum of RGB (Red+Green+Blue) = 50+130+102=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #328266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328266 is #CD7D99. Grayscale: #666666. Windows color (decimal): -13467034 or 6718002. OLE color: 6718002.
HSL color Cylindrical-coordinate representation of color #328266: hue angle of 159º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328266 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 102 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.49 |
| HSL | 159º | 0.44% | 0.35% | - |
| HSV(B) | 159º | 0.62% | 0.51% | - |
| XYZ | 11.7 | 17.6 | 15.35 | - |
| YUV | 102.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 102 | 0.62 | 0 | 0.22 | 0.49 | 159 | 0.44 | 0.35 |
| Hex | 32 | 82 | 66 | 3E | 0 | 16 | 31 | 9F | 2C | 23 |
| Octal | 62 | 202 | 146 | 76 | 0 | 26 | 61 | 237 | 54 | 43 |
| Binary | 110010 | 10000010 | 1100110 | 111110 | 0 | 10110 | 110001 | 10011111 | 101100 | 100011 |
Color Harmonies of #328266
Complementary color
Monochromatic Colors of #328266
Black with #328266
Text Example
Text Example
White with #328266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328266; }
p { color: rgb(50,130,102); }
H1.HeaderClassName
{
color: #328266;
}
.AnyTagClassName
{
color: #328266;
}
</style>
background-color css
<style>
a { background-color: #328266; }
a { background-color: rgb(50,130,102); }
div.DivClassName
{
background-color: #328266;
}
.BgClassName
{
background-color: #328266;
}
</style>
border-color css
<style>
span { border-color: #328266; }
span { border-color: rgb(50,130,102); }
td.TdClassName
{
border-color: #328266;
}
.TagClassName
{
border-color: #328266;
}
</style>