Shades of Viridian #499071
Tints of Viridian #499071
RGB
CMYK
RGB Variations
Color information
#499071 (or 0x499071) is known color: Viridian. HEX triplet: 49, 90 and 71. RGB value is (73,144,113). Sum of RGB (Red+Green+Blue) = 73+144+113=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #499071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499071 is #B66F8E. Grayscale: #777777. Windows color (decimal): -11956111 or 7442505. OLE color: 7442505.
HSL color Cylindrical-coordinate representation of color #499071: hue angle of 153.8º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499071 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 113 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.44 |
| HSL | 153.8º | 0.33% | 0.43% | - |
| HSV(B) | 153.8º | 0.49% | 0.56% | - |
| XYZ | 15.7 | 22.56 | 19.15 | - |
| YUV | 119.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 113 | 0.49 | 0 | 0.22 | 0.44 | 153.8 | 0.33 | 0.43 |
| Hex | 49 | 90 | 71 | 31 | 0 | 16 | 2C | 9A | 21 | 2B |
| Octal | 111 | 220 | 161 | 61 | 0 | 26 | 54 | 232 | 41 | 53 |
| Binary | 1001001 | 10010000 | 1110001 | 110001 | 0 | 10110 | 101100 | 10011010 | 100001 | 101011 |
Color Harmonies of #499071
Complementary color
Monochromatic Colors of #499071
Black with #499071
Text Example
Text Example
White with #499071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499071; }
p { color: rgb(73,144,113); }
H1.HeaderClassName
{
color: #499071;
}
.AnyTagClassName
{
color: #499071;
}
</style>
background-color css
<style>
a { background-color: #499071; }
a { background-color: rgb(73,144,113); }
div.DivClassName
{
background-color: #499071;
}
.BgClassName
{
background-color: #499071;
}
</style>
border-color css
<style>
span { border-color: #499071; }
span { border-color: rgb(73,144,113); }
td.TdClassName
{
border-color: #499071;
}
.TagClassName
{
border-color: #499071;
}
</style>