Shades of Viridian #32876C
Tints of Viridian #32876C
RGB
CMYK
RGB Variations
Color information
#32876C (or 0x32876C) is known color: Viridian. HEX triplet: 32, 87 and 6C. RGB value is (50,135,108). Sum of RGB (Red+Green+Blue) = 50+135+108=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #32876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32876C is #CD7893. Grayscale: #6A6A6A. Windows color (decimal): -13465748 or 7112498. OLE color: 7112498.
HSL color Cylindrical-coordinate representation of color #32876C: hue angle of 160.94º 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 #32876C is Cyan = 0.63, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 108 | - |
| CMYK | 0.63 | 0 | 0.2 | 0.47 |
| HSL | 160.94º | 0.46% | 0.36% | - |
| HSV(B) | 160.94º | 0.63% | 0.53% | - |
| XYZ | 12.69 | 19.09 | 17.2 | - |
| YUV | 106.51 | 128.84 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 108 | 0.63 | 0 | 0.2 | 0.47 | 160.94 | 0.46 | 0.36 |
| Hex | 32 | 87 | 6C | 3F | 0 | 14 | 2F | A1 | 2E | 24 |
| Octal | 62 | 207 | 154 | 77 | 0 | 24 | 57 | 241 | 56 | 44 |
| Binary | 110010 | 10000111 | 1101100 | 111111 | 0 | 10100 | 101111 | 10100001 | 101110 | 100100 |
Color Harmonies of #32876C
Complementary color
Monochromatic Colors of #32876C
Black with #32876C
Text Example
Text Example
White with #32876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32876C; }
p { color: rgb(50,135,108); }
H1.HeaderClassName
{
color: #32876C;
}
.AnyTagClassName
{
color: #32876C;
}
</style>
background-color css
<style>
a { background-color: #32876C; }
a { background-color: rgb(50,135,108); }
div.DivClassName
{
background-color: #32876C;
}
.BgClassName
{
background-color: #32876C;
}
</style>
border-color css
<style>
span { border-color: #32876C; }
span { border-color: rgb(50,135,108); }
td.TdClassName
{
border-color: #32876C;
}
.TagClassName
{
border-color: #32876C;
}
</style>