Shades of Viridian #32876D
Tints of Viridian #32876D
RGB
CMYK
RGB Variations
Color information
#32876D (or 0x32876D) is known color: Viridian. HEX triplet: 32, 87 and 6D. RGB value is (50,135,109). Sum of RGB (Red+Green+Blue) = 50+135+109=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #32876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32876D is #CD7892. Grayscale: #6A6A6A. Windows color (decimal): -13465747 or 7178034. OLE color: 7178034.
HSL color Cylindrical-coordinate representation of color #32876D: hue angle of 161.65º 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 #32876D is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 109 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.47 |
| HSL | 161.65º | 0.46% | 0.36% | - |
| HSV(B) | 161.65º | 0.63% | 0.53% | - |
| XYZ | 12.74 | 19.11 | 17.49 | - |
| YUV | 106.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 109 | 0.63 | 0 | 0.19 | 0.47 | 161.65 | 0.46 | 0.36 |
| Hex | 32 | 87 | 6D | 3F | 0 | 13 | 2F | A2 | 2E | 24 |
| Octal | 62 | 207 | 155 | 77 | 0 | 23 | 57 | 242 | 56 | 44 |
| Binary | 110010 | 10000111 | 1101101 | 111111 | 0 | 10011 | 101111 | 10100010 | 101110 | 100100 |
Color Harmonies of #32876D
Complementary color
Monochromatic Colors of #32876D
Black with #32876D
Text Example
Text Example
White with #32876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32876D; }
p { color: rgb(50,135,109); }
H1.HeaderClassName
{
color: #32876D;
}
.AnyTagClassName
{
color: #32876D;
}
</style>
background-color css
<style>
a { background-color: #32876D; }
a { background-color: rgb(50,135,109); }
div.DivClassName
{
background-color: #32876D;
}
.BgClassName
{
background-color: #32876D;
}
</style>
border-color css
<style>
span { border-color: #32876D; }
span { border-color: rgb(50,135,109); }
td.TdClassName
{
border-color: #32876D;
}
.TagClassName
{
border-color: #32876D;
}
</style>