Shades of Viridian #31886D
Tints of Viridian #31886D
RGB
CMYK
RGB Variations
Color information
#31886D (or 0x31886D) is known color: Viridian. HEX triplet: 31, 88 and 6D. RGB value is (49,136,109). Sum of RGB (Red+Green+Blue) = 49+136+109=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #31886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31886D is #CE7792. Grayscale: #6A6A6A. Windows color (decimal): -13531027 or 7178289. OLE color: 7178289.
HSL color Cylindrical-coordinate representation of color #31886D: hue angle of 161.38º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31886D is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 109 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.47 |
| HSL | 161.38º | 0.47% | 0.36% | - |
| HSV(B) | 161.38º | 0.64% | 0.53% | - |
| XYZ | 12.83 | 19.37 | 17.53 | - |
| YUV | 106.91 | 129.18 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 109 | 0.64 | 0 | 0.20 | 0.47 | 161.38 | 0.47 | 0.36 |
| Hex | 31 | 88 | 6D | 40 | 0 | 14 | 2F | A1 | 2F | 24 |
| Octal | 61 | 210 | 155 | 100 | 0 | 24 | 57 | 241 | 57 | 44 |
| Binary | 110001 | 10001000 | 1101101 | 1000000 | 0 | 10100 | 101111 | 10100001 | 101111 | 100100 |
Color Harmonies of #31886D
Complementary color
Monochromatic Colors of #31886D
Black with #31886D
Text Example
Text Example
White with #31886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31886D; }
p { color: rgb(49,136,109); }
H1.HeaderClassName
{
color: #31886D;
}
.AnyTagClassName
{
color: #31886D;
}
</style>
background-color css
<style>
a { background-color: #31886D; }
a { background-color: rgb(49,136,109); }
div.DivClassName
{
background-color: #31886D;
}
.BgClassName
{
background-color: #31886D;
}
</style>
border-color css
<style>
span { border-color: #31886D; }
span { border-color: rgb(49,136,109); }
td.TdClassName
{
border-color: #31886D;
}
.TagClassName
{
border-color: #31886D;
}
</style>