Shades of Viridian #498975
Tints of Viridian #498975
RGB
CMYK
RGB Variations
Color information
#498975 (or 0x498975) is known color: Viridian. HEX triplet: 49, 89 and 75. RGB value is (73,137,117). Sum of RGB (Red+Green+Blue) = 73+137+117=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #498975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498975 is #B6768A. Grayscale: #737373. Windows color (decimal): -11957899 or 7702857. OLE color: 7702857.
HSL color Cylindrical-coordinate representation of color #498975: hue angle of 161.25º degrees, saturation: 0.3, 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 #498975 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 117 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.46 |
| HSL | 161.25º | 0.3% | 0.41% | - |
| HSV(B) | 161.25º | 0.47% | 0.54% | - |
| XYZ | 14.9 | 20.59 | 20.02 | - |
| YUV | 115.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 117 | 0.47 | 0 | 0.15 | 0.46 | 161.25 | 0.3 | 0.41 |
| Hex | 49 | 89 | 75 | 2F | 0 | F | 2E | A1 | 1E | 29 |
| Octal | 111 | 211 | 165 | 57 | 0 | 17 | 56 | 241 | 36 | 51 |
| Binary | 1001001 | 10001001 | 1110101 | 101111 | 0 | 1111 | 101110 | 10100001 | 11110 | 101001 |
Color Harmonies of #498975
Complementary color
Monochromatic Colors of #498975
Black with #498975
Text Example
Text Example
White with #498975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498975; }
p { color: rgb(73,137,117); }
H1.HeaderClassName
{
color: #498975;
}
.AnyTagClassName
{
color: #498975;
}
</style>
background-color css
<style>
a { background-color: #498975; }
a { background-color: rgb(73,137,117); }
div.DivClassName
{
background-color: #498975;
}
.BgClassName
{
background-color: #498975;
}
</style>
border-color css
<style>
span { border-color: #498975; }
span { border-color: rgb(73,137,117); }
td.TdClassName
{
border-color: #498975;
}
.TagClassName
{
border-color: #498975;
}
</style>