Shades of Viridian #498872
Tints of Viridian #498872
RGB
CMYK
RGB Variations
Color information
#498872 (or 0x498872) is known color: Viridian. HEX triplet: 49, 88 and 72. RGB value is (73,136,114). Sum of RGB (Red+Green+Blue) = 73+136+114=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #498872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498872 is #B6778D. Grayscale: #727272. Windows color (decimal): -11958158 or 7505993. OLE color: 7505993.
HSL color Cylindrical-coordinate representation of color #498872: hue angle of 159.05º 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 #498872 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 114 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.47 |
| HSL | 159.05º | 0.3% | 0.41% | - |
| HSV(B) | 159.05º | 0.46% | 0.53% | - |
| XYZ | 14.59 | 20.24 | 19.06 | - |
| YUV | 114.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 114 | 0.46 | 0 | 0.16 | 0.47 | 159.05 | 0.3 | 0.41 |
| Hex | 49 | 88 | 72 | 2E | 0 | 10 | 2F | 9F | 1E | 29 |
| Octal | 111 | 210 | 162 | 56 | 0 | 20 | 57 | 237 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1110010 | 101110 | 0 | 10000 | 101111 | 10011111 | 11110 | 101001 |
Color Harmonies of #498872
Complementary color
Monochromatic Colors of #498872
Black with #498872
Text Example
Text Example
White with #498872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498872; }
p { color: rgb(73,136,114); }
H1.HeaderClassName
{
color: #498872;
}
.AnyTagClassName
{
color: #498872;
}
</style>
background-color css
<style>
a { background-color: #498872; }
a { background-color: rgb(73,136,114); }
div.DivClassName
{
background-color: #498872;
}
.BgClassName
{
background-color: #498872;
}
</style>
border-color css
<style>
span { border-color: #498872; }
span { border-color: rgb(73,136,114); }
td.TdClassName
{
border-color: #498872;
}
.TagClassName
{
border-color: #498872;
}
</style>