Shades of Viridian #32846B
Tints of Viridian #32846B
RGB
CMYK
RGB Variations
Color information
#32846B (or 0x32846B) is known color: Viridian. HEX triplet: 32, 84 and 6B. RGB value is (50,132,107). Sum of RGB (Red+Green+Blue) = 50+132+107=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #32846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32846B is #CD7B94. Grayscale: #686868. Windows color (decimal): -13466517 or 7046194. OLE color: 7046194.
HSL color Cylindrical-coordinate representation of color #32846B: hue angle of 161.71º 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 #32846B is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 107 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.48 |
| HSL | 161.71º | 0.45% | 0.36% | - |
| HSV(B) | 161.71º | 0.62% | 0.52% | - |
| XYZ | 12.22 | 18.24 | 16.79 | - |
| YUV | 104.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 107 | 0.62 | 0 | 0.19 | 0.48 | 161.71 | 0.45 | 0.36 |
| Hex | 32 | 84 | 6B | 3E | 0 | 13 | 30 | A2 | 2D | 24 |
| Octal | 62 | 204 | 153 | 76 | 0 | 23 | 60 | 242 | 55 | 44 |
| Binary | 110010 | 10000100 | 1101011 | 111110 | 0 | 10011 | 110000 | 10100010 | 101101 | 100100 |
Color Harmonies of #32846B
Complementary color
Monochromatic Colors of #32846B
Black with #32846B
Text Example
Text Example
White with #32846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32846B; }
p { color: rgb(50,132,107); }
H1.HeaderClassName
{
color: #32846B;
}
.AnyTagClassName
{
color: #32846B;
}
</style>
background-color css
<style>
a { background-color: #32846B; }
a { background-color: rgb(50,132,107); }
div.DivClassName
{
background-color: #32846B;
}
.BgClassName
{
background-color: #32846B;
}
</style>
border-color css
<style>
span { border-color: #32846B; }
span { border-color: rgb(50,132,107); }
td.TdClassName
{
border-color: #32846B;
}
.TagClassName
{
border-color: #32846B;
}
</style>