Shades of Viridian #32856C
Tints of Viridian #32856C
RGB
CMYK
RGB Variations
Color information
#32856C (or 0x32856C) is known color: Viridian. HEX triplet: 32, 85 and 6C. RGB value is (50,133,108). Sum of RGB (Red+Green+Blue) = 50+133+108=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #32856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32856C is #CD7A93. Grayscale: #696969. Windows color (decimal): -13466260 or 7111986. OLE color: 7111986.
HSL color Cylindrical-coordinate representation of color #32856C: hue angle of 161.93º 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 #32856C is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 108 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.48 |
| HSL | 161.93º | 0.45% | 0.36% | - |
| HSV(B) | 161.93º | 0.62% | 0.52% | - |
| XYZ | 12.41 | 18.54 | 17.11 | - |
| YUV | 105.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 108 | 0.62 | 0 | 0.19 | 0.48 | 161.93 | 0.45 | 0.36 |
| Hex | 32 | 85 | 6C | 3E | 0 | 13 | 30 | A2 | 2D | 24 |
| Octal | 62 | 205 | 154 | 76 | 0 | 23 | 60 | 242 | 55 | 44 |
| Binary | 110010 | 10000101 | 1101100 | 111110 | 0 | 10011 | 110000 | 10100010 | 101101 | 100100 |
Color Harmonies of #32856C
Complementary color
Monochromatic Colors of #32856C
Black with #32856C
Text Example
Text Example
White with #32856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32856C; }
p { color: rgb(50,133,108); }
H1.HeaderClassName
{
color: #32856C;
}
.AnyTagClassName
{
color: #32856C;
}
</style>
background-color css
<style>
a { background-color: #32856C; }
a { background-color: rgb(50,133,108); }
div.DivClassName
{
background-color: #32856C;
}
.BgClassName
{
background-color: #32856C;
}
</style>
border-color css
<style>
span { border-color: #32856C; }
span { border-color: rgb(50,133,108); }
td.TdClassName
{
border-color: #32856C;
}
.TagClassName
{
border-color: #32856C;
}
</style>