Shades of Viridian #31886C
Tints of Viridian #31886C
RGB
CMYK
RGB Variations
Color information
#31886C (or 0x31886C) is known color: Viridian. HEX triplet: 31, 88 and 6C. RGB value is (49,136,108). Sum of RGB (Red+Green+Blue) = 49+136+108=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #31886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31886C is #CE7793. Grayscale: #6A6A6A. Windows color (decimal): -13531028 or 7112753. OLE color: 7112753.
HSL color Cylindrical-coordinate representation of color #31886C: hue angle of 160.69º 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 #31886C is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 108 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.47 |
| HSL | 160.69º | 0.47% | 0.36% | - |
| HSV(B) | 160.69º | 0.64% | 0.53% | - |
| XYZ | 12.78 | 19.34 | 17.25 | - |
| YUV | 106.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 108 | 0.64 | 0 | 0.21 | 0.47 | 160.69 | 0.47 | 0.36 |
| Hex | 31 | 88 | 6C | 40 | 0 | 15 | 2F | A1 | 2F | 24 |
| Octal | 61 | 210 | 154 | 100 | 0 | 25 | 57 | 241 | 57 | 44 |
| Binary | 110001 | 10001000 | 1101100 | 1000000 | 0 | 10101 | 101111 | 10100001 | 101111 | 100100 |
Color Harmonies of #31886C
Complementary color
Monochromatic Colors of #31886C
Black with #31886C
Text Example
Text Example
White with #31886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31886C; }
p { color: rgb(49,136,108); }
H1.HeaderClassName
{
color: #31886C;
}
.AnyTagClassName
{
color: #31886C;
}
</style>
background-color css
<style>
a { background-color: #31886C; }
a { background-color: rgb(49,136,108); }
div.DivClassName
{
background-color: #31886C;
}
.BgClassName
{
background-color: #31886C;
}
</style>
border-color css
<style>
span { border-color: #31886C; }
span { border-color: rgb(49,136,108); }
td.TdClassName
{
border-color: #31886C;
}
.TagClassName
{
border-color: #31886C;
}
</style>