Shades of Viridian #32886E
Tints of Viridian #32886E
RGB
CMYK
RGB Variations
Color information
#32886E (or 0x32886E) is known color: Viridian. HEX triplet: 32, 88 and 6E. RGB value is (50,136,110). Sum of RGB (Red+Green+Blue) = 50+136+110=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #32886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32886E is #CD7791. Grayscale: #6B6B6B. Windows color (decimal): -13465490 or 7243826. OLE color: 7243826.
HSL color Cylindrical-coordinate representation of color #32886E: hue angle of 161.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32886E is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 110 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.47 |
| HSL | 161.86º | 0.46% | 0.36% | - |
| HSV(B) | 161.86º | 0.63% | 0.53% | - |
| XYZ | 12.93 | 19.41 | 17.82 | - |
| YUV | 107.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 110 | 0.63 | 0 | 0.19 | 0.47 | 161.86 | 0.46 | 0.36 |
| Hex | 32 | 88 | 6E | 3F | 0 | 13 | 2F | A2 | 2E | 24 |
| Octal | 62 | 210 | 156 | 77 | 0 | 23 | 57 | 242 | 56 | 44 |
| Binary | 110010 | 10001000 | 1101110 | 111111 | 0 | 10011 | 101111 | 10100010 | 101110 | 100100 |
Color Harmonies of #32886E
Complementary color
Monochromatic Colors of #32886E
Black with #32886E
Text Example
Text Example
White with #32886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32886E; }
p { color: rgb(50,136,110); }
H1.HeaderClassName
{
color: #32886E;
}
.AnyTagClassName
{
color: #32886E;
}
</style>
background-color css
<style>
a { background-color: #32886E; }
a { background-color: rgb(50,136,110); }
div.DivClassName
{
background-color: #32886E;
}
.BgClassName
{
background-color: #32886E;
}
</style>
border-color css
<style>
span { border-color: #32886E; }
span { border-color: rgb(50,136,110); }
td.TdClassName
{
border-color: #32886E;
}
.TagClassName
{
border-color: #32886E;
}
</style>