Shades of Viridian #329270
Tints of Viridian #329270
RGB
CMYK
RGB Variations
Color information
#329270 (or 0x329270) is known color: Viridian. HEX triplet: 32, 92 and 70. RGB value is (50,146,112). Sum of RGB (Red+Green+Blue) = 50+146+112=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #329270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329270 is #CD6D8F. Grayscale: #717171. Windows color (decimal): -13462928 or 7377458. OLE color: 7377458.
HSL color Cylindrical-coordinate representation of color #329270: hue angle of 158.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329270 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 112 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.43 |
| HSL | 158.75º | 0.49% | 0.38% | - |
| HSV(B) | 158.75º | 0.66% | 0.57% | - |
| XYZ | 14.52 | 22.41 | 18.89 | - |
| YUV | 113.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 112 | 0.66 | 0 | 0.23 | 0.43 | 158.75 | 0.49 | 0.38 |
| Hex | 32 | 92 | 70 | 42 | 0 | 17 | 2B | 9F | 31 | 26 |
| Octal | 62 | 222 | 160 | 102 | 0 | 27 | 53 | 237 | 61 | 46 |
| Binary | 110010 | 10010010 | 1110000 | 1000010 | 0 | 10111 | 101011 | 10011111 | 110001 | 100110 |
Color Harmonies of #329270
Complementary color
Monochromatic Colors of #329270
Black with #329270
Text Example
Text Example
White with #329270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329270; }
p { color: rgb(50,146,112); }
H1.HeaderClassName
{
color: #329270;
}
.AnyTagClassName
{
color: #329270;
}
</style>
background-color css
<style>
a { background-color: #329270; }
a { background-color: rgb(50,146,112); }
div.DivClassName
{
background-color: #329270;
}
.BgClassName
{
background-color: #329270;
}
</style>
border-color css
<style>
span { border-color: #329270; }
span { border-color: rgb(50,146,112); }
td.TdClassName
{
border-color: #329270;
}
.TagClassName
{
border-color: #329270;
}
</style>