Shades of Viridian #498169
Tints of Viridian #498169
RGB
CMYK
RGB Variations
Color information
#498169 (or 0x498169) is known color: Viridian. HEX triplet: 49, 81 and 69. RGB value is (73,129,105). Sum of RGB (Red+Green+Blue) = 73+129+105=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #498169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498169 is #B67E96. Grayscale: #6D6D6D. Windows color (decimal): -11959959 or 6914377. OLE color: 6914377.
HSL color Cylindrical-coordinate representation of color #498169: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498169 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 105 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.49 |
| HSL | 154.29º | 0.28% | 0.4% | - |
| HSV(B) | 154.29º | 0.43% | 0.51% | - |
| XYZ | 13.15 | 18.14 | 16.17 | - |
| YUV | 109.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 105 | 0.43 | 0 | 0.19 | 0.49 | 154.29 | 0.28 | 0.4 |
| Hex | 49 | 81 | 69 | 2B | 0 | 13 | 31 | 9A | 1C | 28 |
| Octal | 111 | 201 | 151 | 53 | 0 | 23 | 61 | 232 | 34 | 50 |
| Binary | 1001001 | 10000001 | 1101001 | 101011 | 0 | 10011 | 110001 | 10011010 | 11100 | 101000 |
Color Harmonies of #498169
Complementary color
Monochromatic Colors of #498169
Black with #498169
Text Example
Text Example
White with #498169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498169; }
p { color: rgb(73,129,105); }
H1.HeaderClassName
{
color: #498169;
}
.AnyTagClassName
{
color: #498169;
}
</style>
background-color css
<style>
a { background-color: #498169; }
a { background-color: rgb(73,129,105); }
div.DivClassName
{
background-color: #498169;
}
.BgClassName
{
background-color: #498169;
}
</style>
border-color css
<style>
span { border-color: #498169; }
span { border-color: rgb(73,129,105); }
td.TdClassName
{
border-color: #498169;
}
.TagClassName
{
border-color: #498169;
}
</style>