Shades of Viridian #498875
Tints of Viridian #498875
RGB
CMYK
RGB Variations
Color information
#498875 (or 0x498875) is known color: Viridian. HEX triplet: 49, 88 and 75. RGB value is (73,136,117). Sum of RGB (Red+Green+Blue) = 73+136+117=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #498875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498875 is #B6778A. Grayscale: #737373. Windows color (decimal): -11958155 or 7702601. OLE color: 7702601.
HSL color Cylindrical-coordinate representation of color #498875: hue angle of 161.9º 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 #498875 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 117 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.47 |
| HSL | 161.9º | 0.3% | 0.41% | - |
| HSV(B) | 161.9º | 0.46% | 0.53% | - |
| XYZ | 14.76 | 20.31 | 19.97 | - |
| YUV | 115 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 117 | 0.46 | 0 | 0.14 | 0.47 | 161.9 | 0.3 | 0.41 |
| Hex | 49 | 88 | 75 | 2E | 0 | E | 2F | A2 | 1E | 29 |
| Octal | 111 | 210 | 165 | 56 | 0 | 16 | 57 | 242 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1110101 | 101110 | 0 | 1110 | 101111 | 10100010 | 11110 | 101001 |
Color Harmonies of #498875
Complementary color
Monochromatic Colors of #498875
Black with #498875
Text Example
Text Example
White with #498875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498875; }
p { color: rgb(73,136,117); }
H1.HeaderClassName
{
color: #498875;
}
.AnyTagClassName
{
color: #498875;
}
</style>
background-color css
<style>
a { background-color: #498875; }
a { background-color: rgb(73,136,117); }
div.DivClassName
{
background-color: #498875;
}
.BgClassName
{
background-color: #498875;
}
</style>
border-color css
<style>
span { border-color: #498875; }
span { border-color: rgb(73,136,117); }
td.TdClassName
{
border-color: #498875;
}
.TagClassName
{
border-color: #498875;
}
</style>