Shades of Viridian #319175
Tints of Viridian #319175
RGB
CMYK
RGB Variations
Color information
#319175 (or 0x319175) is known color: Viridian. HEX triplet: 31, 91 and 75. RGB value is (49,145,117). Sum of RGB (Red+Green+Blue) = 49+145+117=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #319175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319175 is #CE6E8A. Grayscale: #717171. Windows color (decimal): -13528715 or 7704881. OLE color: 7704881.
HSL color Cylindrical-coordinate representation of color #319175: hue angle of 162.5º 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 #319175 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 117 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.43 |
| HSL | 162.5º | 0.49% | 0.38% | - |
| HSV(B) | 162.5º | 0.66% | 0.57% | - |
| XYZ | 14.6 | 22.19 | 20.34 | - |
| YUV | 113.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 117 | 0.66 | 0 | 0.19 | 0.43 | 162.5 | 0.49 | 0.38 |
| Hex | 31 | 91 | 75 | 42 | 0 | 13 | 2B | A2 | 31 | 26 |
| Octal | 61 | 221 | 165 | 102 | 0 | 23 | 53 | 242 | 61 | 46 |
| Binary | 110001 | 10010001 | 1110101 | 1000010 | 0 | 10011 | 101011 | 10100010 | 110001 | 100110 |
Color Harmonies of #319175
Complementary color
Monochromatic Colors of #319175
Black with #319175
Text Example
Text Example
White with #319175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319175; }
p { color: rgb(49,145,117); }
H1.HeaderClassName
{
color: #319175;
}
.AnyTagClassName
{
color: #319175;
}
</style>
background-color css
<style>
a { background-color: #319175; }
a { background-color: rgb(49,145,117); }
div.DivClassName
{
background-color: #319175;
}
.BgClassName
{
background-color: #319175;
}
</style>
border-color css
<style>
span { border-color: #319175; }
span { border-color: rgb(49,145,117); }
td.TdClassName
{
border-color: #319175;
}
.TagClassName
{
border-color: #319175;
}
</style>