Shades of Viridian #329075
Tints of Viridian #329075
RGB
CMYK
RGB Variations
Color information
#329075 (or 0x329075) is known color: Viridian. HEX triplet: 32, 90 and 75. RGB value is (50,144,117). Sum of RGB (Red+Green+Blue) = 50+144+117=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #329075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329075 is #CD6F8A. Grayscale: #707070. Windows color (decimal): -13463435 or 7704626. OLE color: 7704626.
HSL color Cylindrical-coordinate representation of color #329075: hue angle of 162.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329075 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 144 | 117 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.44 |
| HSL | 162.77º | 0.48% | 0.38% | - |
| HSV(B) | 162.77º | 0.65% | 0.56% | - |
| XYZ | 14.5 | 21.91 | 20.29 | - |
| YUV | 112.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 117 | 0.65 | 0 | 0.19 | 0.44 | 162.77 | 0.48 | 0.38 |
| Hex | 32 | 90 | 75 | 41 | 0 | 13 | 2C | A3 | 30 | 26 |
| Octal | 62 | 220 | 165 | 101 | 0 | 23 | 54 | 243 | 60 | 46 |
| Binary | 110010 | 10010000 | 1110101 | 1000001 | 0 | 10011 | 101100 | 10100011 | 110000 | 100110 |
Color Harmonies of #329075
Complementary color
Monochromatic Colors of #329075
Black with #329075
Text Example
Text Example
White with #329075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329075; }
p { color: rgb(50,144,117); }
H1.HeaderClassName
{
color: #329075;
}
.AnyTagClassName
{
color: #329075;
}
</style>
background-color css
<style>
a { background-color: #329075; }
a { background-color: rgb(50,144,117); }
div.DivClassName
{
background-color: #329075;
}
.BgClassName
{
background-color: #329075;
}
</style>
border-color css
<style>
span { border-color: #329075; }
span { border-color: rgb(50,144,117); }
td.TdClassName
{
border-color: #329075;
}
.TagClassName
{
border-color: #329075;
}
</style>