Shades of Viridian #498869
Tints of Viridian #498869
RGB
CMYK
RGB Variations
Color information
#498869 (or 0x498869) is known color: Viridian. HEX triplet: 49, 88 and 69. RGB value is (73,136,105). Sum of RGB (Red+Green+Blue) = 73+136+105=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #498869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498869 is #B67796. Grayscale: #717171. Windows color (decimal): -11958167 or 6916169. OLE color: 6916169.
HSL color Cylindrical-coordinate representation of color #498869: hue angle of 150.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498869 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 105 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.47 |
| HSL | 150.48º | 0.3% | 0.41% | - |
| HSV(B) | 150.48º | 0.46% | 0.53% | - |
| XYZ | 14.1 | 20.04 | 16.49 | - |
| YUV | 113.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 105 | 0.46 | 0 | 0.23 | 0.47 | 150.48 | 0.3 | 0.41 |
| Hex | 49 | 88 | 69 | 2E | 0 | 17 | 2F | 96 | 1E | 29 |
| Octal | 111 | 210 | 151 | 56 | 0 | 27 | 57 | 226 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1101001 | 101110 | 0 | 10111 | 101111 | 10010110 | 11110 | 101001 |
Color Harmonies of #498869
Complementary color
Monochromatic Colors of #498869
Black with #498869
Text Example
Text Example
White with #498869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498869; }
p { color: rgb(73,136,105); }
H1.HeaderClassName
{
color: #498869;
}
.AnyTagClassName
{
color: #498869;
}
</style>
background-color css
<style>
a { background-color: #498869; }
a { background-color: rgb(73,136,105); }
div.DivClassName
{
background-color: #498869;
}
.BgClassName
{
background-color: #498869;
}
</style>
border-color css
<style>
span { border-color: #498869; }
span { border-color: rgb(73,136,105); }
td.TdClassName
{
border-color: #498869;
}
.TagClassName
{
border-color: #498869;
}
</style>