Shades of Viridian #31916F
Tints of Viridian #31916F
RGB
CMYK
RGB Variations
Color information
#31916F (or 0x31916F) is known color: Viridian. HEX triplet: 31, 91 and 6F. RGB value is (49,145,111). Sum of RGB (Red+Green+Blue) = 49+145+111=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #31916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31916F is #CE6E90. Grayscale: #707070. Windows color (decimal): -13528721 or 7311665. OLE color: 7311665.
HSL color Cylindrical-coordinate representation of color #31916F: hue angle of 158.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31916F is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 111 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.43 |
| HSL | 158.75º | 0.49% | 0.38% | - |
| HSV(B) | 158.75º | 0.66% | 0.57% | - |
| XYZ | 14.26 | 22.05 | 18.54 | - |
| YUV | 112.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 111 | 0.66 | 0 | 0.23 | 0.43 | 158.75 | 0.49 | 0.38 |
| Hex | 31 | 91 | 6F | 42 | 0 | 17 | 2B | 9F | 31 | 26 |
| Octal | 61 | 221 | 157 | 102 | 0 | 27 | 53 | 237 | 61 | 46 |
| Binary | 110001 | 10010001 | 1101111 | 1000010 | 0 | 10111 | 101011 | 10011111 | 110001 | 100110 |
Color Harmonies of #31916F
Complementary color
Monochromatic Colors of #31916F
Black with #31916F
Text Example
Text Example
White with #31916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31916F; }
p { color: rgb(49,145,111); }
H1.HeaderClassName
{
color: #31916F;
}
.AnyTagClassName
{
color: #31916F;
}
</style>
background-color css
<style>
a { background-color: #31916F; }
a { background-color: rgb(49,145,111); }
div.DivClassName
{
background-color: #31916F;
}
.BgClassName
{
background-color: #31916F;
}
</style>
border-color css
<style>
span { border-color: #31916F; }
span { border-color: rgb(49,145,111); }
td.TdClassName
{
border-color: #31916F;
}
.TagClassName
{
border-color: #31916F;
}
</style>