Shades of Viridian #498670
Tints of Viridian #498670
RGB
CMYK
RGB Variations
Color information
#498670 (or 0x498670) is known color: Viridian. HEX triplet: 49, 86 and 70. RGB value is (73,134,112). Sum of RGB (Red+Green+Blue) = 73+134+112=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #498670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498670 is #B6798F. Grayscale: #717171. Windows color (decimal): -11958672 or 7374409. OLE color: 7374409.
HSL color Cylindrical-coordinate representation of color #498670: hue angle of 158.36º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498670 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 112 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.47 |
| HSL | 158.36º | 0.29% | 0.41% | - |
| HSV(B) | 158.36º | 0.46% | 0.53% | - |
| XYZ | 14.2 | 19.64 | 18.37 | - |
| YUV | 113.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 112 | 0.46 | 0 | 0.16 | 0.47 | 158.36 | 0.29 | 0.41 |
| Hex | 49 | 86 | 70 | 2E | 0 | 10 | 2F | 9E | 1D | 29 |
| Octal | 111 | 206 | 160 | 56 | 0 | 20 | 57 | 236 | 35 | 51 |
| Binary | 1001001 | 10000110 | 1110000 | 101110 | 0 | 10000 | 101111 | 10011110 | 11101 | 101001 |
Color Harmonies of #498670
Complementary color
Monochromatic Colors of #498670
Black with #498670
Text Example
Text Example
White with #498670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498670; }
p { color: rgb(73,134,112); }
H1.HeaderClassName
{
color: #498670;
}
.AnyTagClassName
{
color: #498670;
}
</style>
background-color css
<style>
a { background-color: #498670; }
a { background-color: rgb(73,134,112); }
div.DivClassName
{
background-color: #498670;
}
.BgClassName
{
background-color: #498670;
}
</style>
border-color css
<style>
span { border-color: #498670; }
span { border-color: rgb(73,134,112); }
td.TdClassName
{
border-color: #498670;
}
.TagClassName
{
border-color: #498670;
}
</style>