Shades of Viridian #498367
Tints of Viridian #498367
RGB
CMYK
RGB Variations
Color information
#498367 (or 0x498367) is known color: Viridian. HEX triplet: 49, 83 and 67. RGB value is (73,131,103). Sum of RGB (Red+Green+Blue) = 73+131+103=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #498367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498367 is #B67C98. Grayscale: #6E6E6E. Windows color (decimal): -11959449 or 6783817. OLE color: 6783817.
HSL color Cylindrical-coordinate representation of color #498367: hue angle of 151.03º 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 #498367 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 131 | 103 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.49 |
| HSL | 151.03º | 0.28% | 0.4% | - |
| HSV(B) | 151.03º | 0.44% | 0.51% | - |
| XYZ | 13.31 | 18.63 | 15.73 | - |
| YUV | 110.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 103 | 0.44 | 0 | 0.21 | 0.49 | 151.03 | 0.28 | 0.4 |
| Hex | 49 | 83 | 67 | 2C | 0 | 15 | 31 | 97 | 1C | 28 |
| Octal | 111 | 203 | 147 | 54 | 0 | 25 | 61 | 227 | 34 | 50 |
| Binary | 1001001 | 10000011 | 1100111 | 101100 | 0 | 10101 | 110001 | 10010111 | 11100 | 101000 |
Color Harmonies of #498367
Complementary color
Monochromatic Colors of #498367
Black with #498367
Text Example
Text Example
White with #498367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498367; }
p { color: rgb(73,131,103); }
H1.HeaderClassName
{
color: #498367;
}
.AnyTagClassName
{
color: #498367;
}
</style>
background-color css
<style>
a { background-color: #498367; }
a { background-color: rgb(73,131,103); }
div.DivClassName
{
background-color: #498367;
}
.BgClassName
{
background-color: #498367;
}
</style>
border-color css
<style>
span { border-color: #498367; }
span { border-color: rgb(73,131,103); }
td.TdClassName
{
border-color: #498367;
}
.TagClassName
{
border-color: #498367;
}
</style>