Shades of Viridian #319074
Tints of Viridian #319074
RGB
CMYK
RGB Variations
Color information
#319074 (or 0x319074) is known color: Viridian. HEX triplet: 31, 90 and 74. RGB value is (49,144,116). Sum of RGB (Red+Green+Blue) = 49+144+116=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #319074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319074 is #CE6F8B. Grayscale: #707070. Windows color (decimal): -13528972 or 7639089. OLE color: 7639089.
HSL color Cylindrical-coordinate representation of color #319074: hue angle of 162.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319074 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 144 | 116 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.44 |
| HSL | 162.32º | 0.49% | 0.38% | - |
| HSV(B) | 162.32º | 0.66% | 0.56% | - |
| XYZ | 14.39 | 21.86 | 19.98 | - |
| YUV | 112.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 116 | 0.66 | 0 | 0.19 | 0.44 | 162.32 | 0.49 | 0.38 |
| Hex | 31 | 90 | 74 | 42 | 0 | 13 | 2C | A2 | 31 | 26 |
| Octal | 61 | 220 | 164 | 102 | 0 | 23 | 54 | 242 | 61 | 46 |
| Binary | 110001 | 10010000 | 1110100 | 1000010 | 0 | 10011 | 101100 | 10100010 | 110001 | 100110 |
Color Harmonies of #319074
Complementary color
Monochromatic Colors of #319074
Black with #319074
Text Example
Text Example
White with #319074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319074; }
p { color: rgb(49,144,116); }
H1.HeaderClassName
{
color: #319074;
}
.AnyTagClassName
{
color: #319074;
}
</style>
background-color css
<style>
a { background-color: #319074; }
a { background-color: rgb(49,144,116); }
div.DivClassName
{
background-color: #319074;
}
.BgClassName
{
background-color: #319074;
}
</style>
border-color css
<style>
span { border-color: #319074; }
span { border-color: rgb(49,144,116); }
td.TdClassName
{
border-color: #319074;
}
.TagClassName
{
border-color: #319074;
}
</style>