Shades of Viridian #498667
Tints of Viridian #498667
RGB
CMYK
RGB Variations
Color information
#498667 (or 0x498667) is known color: Viridian. HEX triplet: 49, 86 and 67. RGB value is (73,134,103). Sum of RGB (Red+Green+Blue) = 73+134+103=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #498667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498667 is #B67998. Grayscale: #707070. Windows color (decimal): -11958681 or 6784585. OLE color: 6784585.
HSL color Cylindrical-coordinate representation of color #498667: hue angle of 149.51º degrees, saturation: 0.29, 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 #498667 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 103 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.47 |
| HSL | 149.51º | 0.29% | 0.41% | - |
| HSV(B) | 149.51º | 0.46% | 0.53% | - |
| XYZ | 13.72 | 19.45 | 15.86 | - |
| YUV | 112.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 103 | 0.46 | 0 | 0.23 | 0.47 | 149.51 | 0.29 | 0.41 |
| Hex | 49 | 86 | 67 | 2E | 0 | 17 | 2F | 96 | 1D | 29 |
| Octal | 111 | 206 | 147 | 56 | 0 | 27 | 57 | 226 | 35 | 51 |
| Binary | 1001001 | 10000110 | 1100111 | 101110 | 0 | 10111 | 101111 | 10010110 | 11101 | 101001 |
Color Harmonies of #498667
Complementary color
Monochromatic Colors of #498667
Black with #498667
Text Example
Text Example
White with #498667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498667; }
p { color: rgb(73,134,103); }
H1.HeaderClassName
{
color: #498667;
}
.AnyTagClassName
{
color: #498667;
}
</style>
background-color css
<style>
a { background-color: #498667; }
a { background-color: rgb(73,134,103); }
div.DivClassName
{
background-color: #498667;
}
.BgClassName
{
background-color: #498667;
}
</style>
border-color css
<style>
span { border-color: #498667; }
span { border-color: rgb(73,134,103); }
td.TdClassName
{
border-color: #498667;
}
.TagClassName
{
border-color: #498667;
}
</style>