Shades of Viridian #498369
Tints of Viridian #498369
RGB
CMYK
RGB Variations
Color information
#498369 (or 0x498369) is known color: Viridian. HEX triplet: 49, 83 and 69. RGB value is (73,131,105). Sum of RGB (Red+Green+Blue) = 73+131+105=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #498369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498369 is #B67C96. Grayscale: #6E6E6E. Windows color (decimal): -11959447 or 6914889. OLE color: 6914889.
HSL color Cylindrical-coordinate representation of color #498369: hue angle of 153.1º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498369 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 131 | 105 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.49 |
| HSL | 153.1º | 0.28% | 0.4% | - |
| HSV(B) | 153.1º | 0.44% | 0.51% | - |
| XYZ | 13.41 | 18.67 | 16.26 | - |
| YUV | 110.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 105 | 0.44 | 0 | 0.20 | 0.49 | 153.1 | 0.28 | 0.4 |
| Hex | 49 | 83 | 69 | 2C | 0 | 14 | 31 | 99 | 1C | 28 |
| Octal | 111 | 203 | 151 | 54 | 0 | 24 | 61 | 231 | 34 | 50 |
| Binary | 1001001 | 10000011 | 1101001 | 101100 | 0 | 10100 | 110001 | 10011001 | 11100 | 101000 |
Color Harmonies of #498369
Complementary color
Monochromatic Colors of #498369
Black with #498369
Text Example
Text Example
White with #498369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498369; }
p { color: rgb(73,131,105); }
H1.HeaderClassName
{
color: #498369;
}
.AnyTagClassName
{
color: #498369;
}
</style>
background-color css
<style>
a { background-color: #498369; }
a { background-color: rgb(73,131,105); }
div.DivClassName
{
background-color: #498369;
}
.BgClassName
{
background-color: #498369;
}
</style>
border-color css
<style>
span { border-color: #498369; }
span { border-color: rgb(73,131,105); }
td.TdClassName
{
border-color: #498369;
}
.TagClassName
{
border-color: #498369;
}
</style>