Shades of Viridian #498A73
Tints of Viridian #498A73
RGB
CMYK
RGB Variations
Color information
#498A73 (or 0x498A73) is known color: Viridian. HEX triplet: 49, 8A and 73. RGB value is (73,138,115). Sum of RGB (Red+Green+Blue) = 73+138+115=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #498A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A73 is #B6758C. Grayscale: #737373. Windows color (decimal): -11957645 or 7572041. OLE color: 7572041.
HSL color Cylindrical-coordinate representation of color #498A73: hue angle of 158.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498A73 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 115 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.46 |
| HSL | 158.77º | 0.31% | 0.41% | - |
| HSV(B) | 158.77º | 0.47% | 0.54% | - |
| XYZ | 14.93 | 20.83 | 19.45 | - |
| YUV | 115.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 115 | 0.47 | 0 | 0.17 | 0.46 | 158.77 | 0.31 | 0.41 |
| Hex | 49 | 8A | 73 | 2F | 0 | 11 | 2E | 9F | 1F | 29 |
| Octal | 111 | 212 | 163 | 57 | 0 | 21 | 56 | 237 | 37 | 51 |
| Binary | 1001001 | 10001010 | 1110011 | 101111 | 0 | 10001 | 101110 | 10011111 | 11111 | 101001 |
Color Harmonies of #498A73
Complementary color
Monochromatic Colors of #498A73
Black with #498A73
Text Example
Text Example
White with #498A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A73; }
p { color: rgb(73,138,115); }
H1.HeaderClassName
{
color: #498A73;
}
.AnyTagClassName
{
color: #498A73;
}
</style>
background-color css
<style>
a { background-color: #498A73; }
a { background-color: rgb(73,138,115); }
div.DivClassName
{
background-color: #498A73;
}
.BgClassName
{
background-color: #498A73;
}
</style>
border-color css
<style>
span { border-color: #498A73; }
span { border-color: rgb(73,138,115); }
td.TdClassName
{
border-color: #498A73;
}
.TagClassName
{
border-color: #498A73;
}
</style>