Shades of Viridian #498873
Tints of Viridian #498873
RGB
CMYK
RGB Variations
Color information
#498873 (or 0x498873) is known color: Viridian. HEX triplet: 49, 88 and 73. RGB value is (73,136,115). Sum of RGB (Red+Green+Blue) = 73+136+115=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #498873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498873 is #B6778C. Grayscale: #727272. Windows color (decimal): -11958157 or 7571529. OLE color: 7571529.
HSL color Cylindrical-coordinate representation of color #498873: hue angle of 160º 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 #498873 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 115 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.47 |
| HSL | 160º | 0.3% | 0.41% | - |
| HSV(B) | 160º | 0.46% | 0.53% | - |
| XYZ | 14.65 | 20.26 | 19.36 | - |
| YUV | 114.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 115 | 0.46 | 0 | 0.15 | 0.47 | 160 | 0.3 | 0.41 |
| Hex | 49 | 88 | 73 | 2E | 0 | F | 2F | A0 | 1E | 29 |
| Octal | 111 | 210 | 163 | 56 | 0 | 17 | 57 | 240 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1110011 | 101110 | 0 | 1111 | 101111 | 10100000 | 11110 | 101001 |
Color Harmonies of #498873
Complementary color
Monochromatic Colors of #498873
Black with #498873
Text Example
Text Example
White with #498873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498873; }
p { color: rgb(73,136,115); }
H1.HeaderClassName
{
color: #498873;
}
.AnyTagClassName
{
color: #498873;
}
</style>
background-color css
<style>
a { background-color: #498873; }
a { background-color: rgb(73,136,115); }
div.DivClassName
{
background-color: #498873;
}
.BgClassName
{
background-color: #498873;
}
</style>
border-color css
<style>
span { border-color: #498873; }
span { border-color: rgb(73,136,115); }
td.TdClassName
{
border-color: #498873;
}
.TagClassName
{
border-color: #498873;
}
</style>