Shades of Viridian #498870
Tints of Viridian #498870
RGB
CMYK
RGB Variations
Color information
#498870 (or 0x498870) is known color: Viridian. HEX triplet: 49, 88 and 70. RGB value is (73,136,112). Sum of RGB (Red+Green+Blue) = 73+136+112=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #498870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498870 is #B6778F. Grayscale: #727272. Windows color (decimal): -11958160 or 7374921. OLE color: 7374921.
HSL color Cylindrical-coordinate representation of color #498870: hue angle of 157.14º degrees, saturation: 0.3, 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 #498870 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 112 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.47 |
| HSL | 157.14º | 0.3% | 0.41% | - |
| HSV(B) | 157.14º | 0.46% | 0.53% | - |
| XYZ | 14.48 | 20.19 | 18.46 | - |
| YUV | 114.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 112 | 0.46 | 0 | 0.18 | 0.47 | 157.14 | 0.3 | 0.41 |
| Hex | 49 | 88 | 70 | 2E | 0 | 12 | 2F | 9D | 1E | 29 |
| Octal | 111 | 210 | 160 | 56 | 0 | 22 | 57 | 235 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1110000 | 101110 | 0 | 10010 | 101111 | 10011101 | 11110 | 101001 |
Color Harmonies of #498870
Complementary color
Monochromatic Colors of #498870
Black with #498870
Text Example
Text Example
White with #498870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498870; }
p { color: rgb(73,136,112); }
H1.HeaderClassName
{
color: #498870;
}
.AnyTagClassName
{
color: #498870;
}
</style>
background-color css
<style>
a { background-color: #498870; }
a { background-color: rgb(73,136,112); }
div.DivClassName
{
background-color: #498870;
}
.BgClassName
{
background-color: #498870;
}
</style>
border-color css
<style>
span { border-color: #498870; }
span { border-color: rgb(73,136,112); }
td.TdClassName
{
border-color: #498870;
}
.TagClassName
{
border-color: #498870;
}
</style>