Shades of Viridian #32906E
Tints of Viridian #32906E
RGB
CMYK
RGB Variations
Color information
#32906E (or 0x32906E) is known color: Viridian. HEX triplet: 32, 90 and 6E. RGB value is (50,144,110). Sum of RGB (Red+Green+Blue) = 50+144+110=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #32906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32906E is #CD6F91. Grayscale: #707070. Windows color (decimal): -13463442 or 7245874. OLE color: 7245874.
HSL color Cylindrical-coordinate representation of color #32906E: hue angle of 158.3º 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 #32906E is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 144 | 110 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.44 |
| HSL | 158.3º | 0.48% | 0.38% | - |
| HSV(B) | 158.3º | 0.65% | 0.56% | - |
| XYZ | 14.1 | 21.75 | 18.21 | - |
| YUV | 112.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 110 | 0.65 | 0 | 0.24 | 0.44 | 158.3 | 0.48 | 0.38 |
| Hex | 32 | 90 | 6E | 41 | 0 | 18 | 2C | 9E | 30 | 26 |
| Octal | 62 | 220 | 156 | 101 | 0 | 30 | 54 | 236 | 60 | 46 |
| Binary | 110010 | 10010000 | 1101110 | 1000001 | 0 | 11000 | 101100 | 10011110 | 110000 | 100110 |
Color Harmonies of #32906E
Complementary color
Monochromatic Colors of #32906E
Black with #32906E
Text Example
Text Example
White with #32906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32906E; }
p { color: rgb(50,144,110); }
H1.HeaderClassName
{
color: #32906E;
}
.AnyTagClassName
{
color: #32906E;
}
</style>
background-color css
<style>
a { background-color: #32906E; }
a { background-color: rgb(50,144,110); }
div.DivClassName
{
background-color: #32906E;
}
.BgClassName
{
background-color: #32906E;
}
</style>
border-color css
<style>
span { border-color: #32906E; }
span { border-color: rgb(50,144,110); }
td.TdClassName
{
border-color: #32906E;
}
.TagClassName
{
border-color: #32906E;
}
</style>