Shades of Viridian #498967
Tints of Viridian #498967
RGB
CMYK
RGB Variations
Color information
#498967 (or 0x498967) is known color: Viridian. HEX triplet: 49, 89 and 67. RGB value is (73,137,103). Sum of RGB (Red+Green+Blue) = 73+137+103=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #498967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498967 is #B67698. Grayscale: #727272. Windows color (decimal): -11957913 or 6785353. OLE color: 6785353.
HSL color Cylindrical-coordinate representation of color #498967: hue angle of 148.12º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498967 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 103 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.46 |
| HSL | 148.13º | 0.3% | 0.41% | - |
| HSV(B) | 148.13º | 0.47% | 0.54% | - |
| XYZ | 14.14 | 20.29 | 16 | - |
| YUV | 113.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 103 | 0.47 | 0 | 0.25 | 0.46 | 148.13 | 0.3 | 0.41 |
| Hex | 49 | 89 | 67 | 2F | 0 | 19 | 2E | 94 | 1E | 29 |
| Octal | 111 | 211 | 147 | 57 | 0 | 31 | 56 | 224 | 36 | 51 |
| Binary | 1001001 | 10001001 | 1100111 | 101111 | 0 | 11001 | 101110 | 10010100 | 11110 | 101001 |
Color Harmonies of #498967
Complementary color
Monochromatic Colors of #498967
Black with #498967
Text Example
Text Example
White with #498967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498967; }
p { color: rgb(73,137,103); }
H1.HeaderClassName
{
color: #498967;
}
.AnyTagClassName
{
color: #498967;
}
</style>
background-color css
<style>
a { background-color: #498967; }
a { background-color: rgb(73,137,103); }
div.DivClassName
{
background-color: #498967;
}
.BgClassName
{
background-color: #498967;
}
</style>
border-color css
<style>
span { border-color: #498967; }
span { border-color: rgb(73,137,103); }
td.TdClassName
{
border-color: #498967;
}
.TagClassName
{
border-color: #498967;
}
</style>