Shades of Viridian #498871
Tints of Viridian #498871
RGB
CMYK
RGB Variations
Color information
#498871 (or 0x498871) is known color: Viridian. HEX triplet: 49, 88 and 71. RGB value is (73,136,113). Sum of RGB (Red+Green+Blue) = 73+136+113=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #498871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498871 is #B6778E. Grayscale: #727272. Windows color (decimal): -11958159 or 7440457. OLE color: 7440457.
HSL color Cylindrical-coordinate representation of color #498871: hue angle of 158.1º 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 #498871 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 113 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.47 |
| HSL | 158.1º | 0.3% | 0.41% | - |
| HSV(B) | 158.1º | 0.46% | 0.53% | - |
| XYZ | 14.53 | 20.22 | 18.76 | - |
| YUV | 114.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 113 | 0.46 | 0 | 0.17 | 0.47 | 158.1 | 0.3 | 0.41 |
| Hex | 49 | 88 | 71 | 2E | 0 | 11 | 2F | 9E | 1E | 29 |
| Octal | 111 | 210 | 161 | 56 | 0 | 21 | 57 | 236 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1110001 | 101110 | 0 | 10001 | 101111 | 10011110 | 11110 | 101001 |
Color Harmonies of #498871
Complementary color
Monochromatic Colors of #498871
Black with #498871
Text Example
Text Example
White with #498871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498871; }
p { color: rgb(73,136,113); }
H1.HeaderClassName
{
color: #498871;
}
.AnyTagClassName
{
color: #498871;
}
</style>
background-color css
<style>
a { background-color: #498871; }
a { background-color: rgb(73,136,113); }
div.DivClassName
{
background-color: #498871;
}
.BgClassName
{
background-color: #498871;
}
</style>
border-color css
<style>
span { border-color: #498871; }
span { border-color: rgb(73,136,113); }
td.TdClassName
{
border-color: #498871;
}
.TagClassName
{
border-color: #498871;
}
</style>