Shades of Viridian Green #496859
Tints of Viridian Green #496859
RGB
CMYK
RGB Variations
Color information
#496859 (or 0x496859) is known color: Viridian Green. HEX triplet: 49, 68 and 59. RGB value is (73,104,89). Sum of RGB (Red+Green+Blue) = 73+104+89=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #496859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496859 is #B697A6. Grayscale: #5D5D5D. Windows color (decimal): -11966375 or 5859401. OLE color: 5859401.
HSL color Cylindrical-coordinate representation of color #496859: hue angle of 150.97º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496859 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 104 | 89 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.59 |
| HSL | 150.97º | 0.18% | 0.35% | - |
| HSV(B) | 150.97º | 0.3% | 0.41% | - |
| XYZ | 9.5 | 12.04 | 11.27 | - |
| YUV | 93.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 89 | 0.30 | 0 | 0.14 | 0.59 | 150.97 | 0.18 | 0.35 |
| Hex | 49 | 68 | 59 | 1E | 0 | E | 3B | 97 | 12 | 23 |
| Octal | 111 | 150 | 131 | 36 | 0 | 16 | 73 | 227 | 22 | 43 |
| Binary | 1001001 | 1101000 | 1011001 | 11110 | 0 | 1110 | 111011 | 10010111 | 10010 | 100011 |
Color Harmonies of #496859
Complementary color
Monochromatic Colors of #496859
Black with #496859
Text Example
Text Example
White with #496859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496859; }
p { color: rgb(73,104,89); }
H1.HeaderClassName
{
color: #496859;
}
.AnyTagClassName
{
color: #496859;
}
</style>
background-color css
<style>
a { background-color: #496859; }
a { background-color: rgb(73,104,89); }
div.DivClassName
{
background-color: #496859;
}
.BgClassName
{
background-color: #496859;
}
</style>
border-color css
<style>
span { border-color: #496859; }
span { border-color: rgb(73,104,89); }
td.TdClassName
{
border-color: #496859;
}
.TagClassName
{
border-color: #496859;
}
</style>