Shades of Viridian #498D6C
Tints of Viridian #498D6C
RGB
CMYK
RGB Variations
Color information
#498D6C (or 0x498D6C) is known color: Viridian. HEX triplet: 49, 8D and 6C. RGB value is (73,141,108). Sum of RGB (Red+Green+Blue) = 73+141+108=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #498D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D6C is #B67293. Grayscale: #747474. Windows color (decimal): -11956884 or 7114057. OLE color: 7114057.
HSL color Cylindrical-coordinate representation of color #498D6C: hue angle of 150.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D6C is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 141 | 108 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.45 |
| HSL | 150.88º | 0.32% | 0.42% | - |
| HSV(B) | 150.88º | 0.48% | 0.55% | - |
| XYZ | 14.98 | 21.55 | 17.56 | - |
| YUV | 116.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 108 | 0.48 | 0 | 0.23 | 0.45 | 150.88 | 0.32 | 0.42 |
| Hex | 49 | 8D | 6C | 30 | 0 | 17 | 2D | 97 | 20 | 2A |
| Octal | 111 | 215 | 154 | 60 | 0 | 27 | 55 | 227 | 40 | 52 |
| Binary | 1001001 | 10001101 | 1101100 | 110000 | 0 | 10111 | 101101 | 10010111 | 100000 | 101010 |
Color Harmonies of #498D6C
Complementary color
Monochromatic Colors of #498D6C
Black with #498D6C
Text Example
Text Example
White with #498D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498D6C; }
p { color: rgb(73,141,108); }
H1.HeaderClassName
{
color: #498D6C;
}
.AnyTagClassName
{
color: #498D6C;
}
</style>
background-color css
<style>
a { background-color: #498D6C; }
a { background-color: rgb(73,141,108); }
div.DivClassName
{
background-color: #498D6C;
}
.BgClassName
{
background-color: #498D6C;
}
</style>
border-color css
<style>
span { border-color: #498D6C; }
span { border-color: rgb(73,141,108); }
td.TdClassName
{
border-color: #498D6C;
}
.TagClassName
{
border-color: #498D6C;
}
</style>