Shades of Viridian #32896C
Tints of Viridian #32896C
RGB
CMYK
RGB Variations
Color information
#32896C (or 0x32896C) is known color: Viridian. HEX triplet: 32, 89 and 6C. RGB value is (50,137,108). Sum of RGB (Red+Green+Blue) = 50+137+108=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #32896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32896C is #CD7693. Grayscale: #6B6B6B. Windows color (decimal): -13465236 or 7113010. OLE color: 7113010.
HSL color Cylindrical-coordinate representation of color #32896C: hue angle of 160º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32896C is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 108 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.46 |
| HSL | 160º | 0.47% | 0.37% | - |
| HSV(B) | 160º | 0.64% | 0.54% | - |
| XYZ | 12.97 | 19.65 | 17.3 | - |
| YUV | 107.68 | 128.18 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 108 | 0.64 | 0 | 0.21 | 0.46 | 160 | 0.47 | 0.37 |
| Hex | 32 | 89 | 6C | 40 | 0 | 15 | 2E | A0 | 2F | 25 |
| Octal | 62 | 211 | 154 | 100 | 0 | 25 | 56 | 240 | 57 | 45 |
| Binary | 110010 | 10001001 | 1101100 | 1000000 | 0 | 10101 | 101110 | 10100000 | 101111 | 100101 |
Color Harmonies of #32896C
Complementary color
Monochromatic Colors of #32896C
Black with #32896C
Text Example
Text Example
White with #32896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32896C; }
p { color: rgb(50,137,108); }
H1.HeaderClassName
{
color: #32896C;
}
.AnyTagClassName
{
color: #32896C;
}
</style>
background-color css
<style>
a { background-color: #32896C; }
a { background-color: rgb(50,137,108); }
div.DivClassName
{
background-color: #32896C;
}
.BgClassName
{
background-color: #32896C;
}
</style>
border-color css
<style>
span { border-color: #32896C; }
span { border-color: rgb(50,137,108); }
td.TdClassName
{
border-color: #32896C;
}
.TagClassName
{
border-color: #32896C;
}
</style>