Shades of Viridian #498969
Tints of Viridian #498969
RGB
CMYK
RGB Variations
Color information
#498969 (or 0x498969) is known color: Viridian. HEX triplet: 49, 89 and 69. RGB value is (73,137,105). Sum of RGB (Red+Green+Blue) = 73+137+105=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #498969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498969 is #B67696. Grayscale: #727272. Windows color (decimal): -11957911 or 6916425. OLE color: 6916425.
HSL color Cylindrical-coordinate representation of color #498969: hue angle of 150º 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 #498969 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 105 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.46 |
| HSL | 150º | 0.3% | 0.41% | - |
| HSV(B) | 150º | 0.47% | 0.54% | - |
| XYZ | 14.24 | 20.33 | 16.54 | - |
| YUV | 114.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 105 | 0.47 | 0 | 0.23 | 0.46 | 150 | 0.3 | 0.41 |
| Hex | 49 | 89 | 69 | 2F | 0 | 17 | 2E | 96 | 1E | 29 |
| Octal | 111 | 211 | 151 | 57 | 0 | 27 | 56 | 226 | 36 | 51 |
| Binary | 1001001 | 10001001 | 1101001 | 101111 | 0 | 10111 | 101110 | 10010110 | 11110 | 101001 |
Color Harmonies of #498969
Complementary color
Monochromatic Colors of #498969
Black with #498969
Text Example
Text Example
White with #498969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498969; }
p { color: rgb(73,137,105); }
H1.HeaderClassName
{
color: #498969;
}
.AnyTagClassName
{
color: #498969;
}
</style>
background-color css
<style>
a { background-color: #498969; }
a { background-color: rgb(73,137,105); }
div.DivClassName
{
background-color: #498969;
}
.BgClassName
{
background-color: #498969;
}
</style>
border-color css
<style>
span { border-color: #498969; }
span { border-color: rgb(73,137,105); }
td.TdClassName
{
border-color: #498969;
}
.TagClassName
{
border-color: #498969;
}
</style>