Shades of Viridian #32866C
Tints of Viridian #32866C
RGB
CMYK
RGB Variations
Color information
#32866C (or 0x32866C) is known color: Viridian. HEX triplet: 32, 86 and 6C. RGB value is (50,134,108). Sum of RGB (Red+Green+Blue) = 50+134+108=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #32866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32866C is #CD7993. Grayscale: #696969. Windows color (decimal): -13466004 or 7112242. OLE color: 7112242.
HSL color Cylindrical-coordinate representation of color #32866C: hue angle of 161.43º 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 #32866C is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 108 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.47 |
| HSL | 161.43º | 0.46% | 0.36% | - |
| HSV(B) | 161.43º | 0.63% | 0.53% | - |
| XYZ | 12.55 | 18.81 | 17.16 | - |
| YUV | 105.92 | 129.17 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 108 | 0.63 | 0 | 0.19 | 0.47 | 161.43 | 0.46 | 0.36 |
| Hex | 32 | 86 | 6C | 3F | 0 | 13 | 2F | A1 | 2E | 24 |
| Octal | 62 | 206 | 154 | 77 | 0 | 23 | 57 | 241 | 56 | 44 |
| Binary | 110010 | 10000110 | 1101100 | 111111 | 0 | 10011 | 101111 | 10100001 | 101110 | 100100 |
Color Harmonies of #32866C
Complementary color
Monochromatic Colors of #32866C
Black with #32866C
Text Example
Text Example
White with #32866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32866C; }
p { color: rgb(50,134,108); }
H1.HeaderClassName
{
color: #32866C;
}
.AnyTagClassName
{
color: #32866C;
}
</style>
background-color css
<style>
a { background-color: #32866C; }
a { background-color: rgb(50,134,108); }
div.DivClassName
{
background-color: #32866C;
}
.BgClassName
{
background-color: #32866C;
}
</style>
border-color css
<style>
span { border-color: #32866C; }
span { border-color: rgb(50,134,108); }
td.TdClassName
{
border-color: #32866C;
}
.TagClassName
{
border-color: #32866C;
}
</style>