Shades of Viridian #319172
Tints of Viridian #319172
RGB
CMYK
RGB Variations
Color information
#319172 (or 0x319172) is known color: Viridian. HEX triplet: 31, 91 and 72. RGB value is (49,145,114). Sum of RGB (Red+Green+Blue) = 49+145+114=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #319172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319172 is #CE6E8D. Grayscale: #707070. Windows color (decimal): -13528718 or 7508273. OLE color: 7508273.
HSL color Cylindrical-coordinate representation of color #319172: hue angle of 160.62º 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 #319172 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 114 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.43 |
| HSL | 160.63º | 0.49% | 0.38% | - |
| HSV(B) | 160.63º | 0.66% | 0.57% | - |
| XYZ | 14.43 | 22.12 | 19.43 | - |
| YUV | 112.76 | 128.7 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 114 | 0.66 | 0 | 0.21 | 0.43 | 160.63 | 0.49 | 0.38 |
| Hex | 31 | 91 | 72 | 42 | 0 | 15 | 2B | A1 | 31 | 26 |
| Octal | 61 | 221 | 162 | 102 | 0 | 25 | 53 | 241 | 61 | 46 |
| Binary | 110001 | 10010001 | 1110010 | 1000010 | 0 | 10101 | 101011 | 10100001 | 110001 | 100110 |
Color Harmonies of #319172
Complementary color
Monochromatic Colors of #319172
Black with #319172
Text Example
Text Example
White with #319172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319172; }
p { color: rgb(49,145,114); }
H1.HeaderClassName
{
color: #319172;
}
.AnyTagClassName
{
color: #319172;
}
</style>
background-color css
<style>
a { background-color: #319172; }
a { background-color: rgb(49,145,114); }
div.DivClassName
{
background-color: #319172;
}
.BgClassName
{
background-color: #319172;
}
</style>
border-color css
<style>
span { border-color: #319172; }
span { border-color: rgb(49,145,114); }
td.TdClassName
{
border-color: #319172;
}
.TagClassName
{
border-color: #319172;
}
</style>