Shades of Viridian #32896B
Tints of Viridian #32896B
RGB
CMYK
RGB Variations
Color information
#32896B (or 0x32896B) is known color: Viridian. HEX triplet: 32, 89 and 6B. RGB value is (50,137,107). Sum of RGB (Red+Green+Blue) = 50+137+107=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #32896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32896B is #CD7694. Grayscale: #6B6B6B. Windows color (decimal): -13465237 or 7047474. OLE color: 7047474.
HSL color Cylindrical-coordinate representation of color #32896B: hue angle of 159.31º 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 #32896B is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 107 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.46 |
| HSL | 159.31º | 0.47% | 0.37% | - |
| HSV(B) | 159.31º | 0.64% | 0.54% | - |
| XYZ | 12.91 | 19.63 | 17.02 | - |
| YUV | 107.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 107 | 0.64 | 0 | 0.22 | 0.46 | 159.31 | 0.47 | 0.37 |
| Hex | 32 | 89 | 6B | 40 | 0 | 16 | 2E | 9F | 2F | 25 |
| Octal | 62 | 211 | 153 | 100 | 0 | 26 | 56 | 237 | 57 | 45 |
| Binary | 110010 | 10001001 | 1101011 | 1000000 | 0 | 10110 | 101110 | 10011111 | 101111 | 100101 |
Color Harmonies of #32896B
Complementary color
Monochromatic Colors of #32896B
Black with #32896B
Text Example
Text Example
White with #32896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32896B; }
p { color: rgb(50,137,107); }
H1.HeaderClassName
{
color: #32896B;
}
.AnyTagClassName
{
color: #32896B;
}
</style>
background-color css
<style>
a { background-color: #32896B; }
a { background-color: rgb(50,137,107); }
div.DivClassName
{
background-color: #32896B;
}
.BgClassName
{
background-color: #32896B;
}
</style>
border-color css
<style>
span { border-color: #32896B; }
span { border-color: rgb(50,137,107); }
td.TdClassName
{
border-color: #32896B;
}
.TagClassName
{
border-color: #32896B;
}
</style>