Shades of Viridian Green #496557
Tints of Viridian Green #496557
RGB
CMYK
RGB Variations
Color information
#496557 (or 0x496557) is known color: Viridian Green. HEX triplet: 49, 65 and 57. RGB value is (73,101,87). Sum of RGB (Red+Green+Blue) = 73+101+87=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #496557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496557 is #B69AA8. Grayscale: #5B5B5B. Windows color (decimal): -11967145 or 5727561. OLE color: 5727561.
HSL color Cylindrical-coordinate representation of color #496557: hue angle of 150º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496557 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 101 | 87 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.60 |
| HSL | 150º | 0.16% | 0.34% | - |
| HSV(B) | 150º | 0.28% | 0.4% | - |
| XYZ | 9.12 | 11.41 | 10.74 | - |
| YUV | 91.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 87 | 0.28 | 0 | 0.14 | 0.60 | 150 | 0.16 | 0.34 |
| Hex | 49 | 65 | 57 | 1C | 0 | E | 3C | 96 | 10 | 22 |
| Octal | 111 | 145 | 127 | 34 | 0 | 16 | 74 | 226 | 20 | 42 |
| Binary | 1001001 | 1100101 | 1010111 | 11100 | 0 | 1110 | 111100 | 10010110 | 10000 | 100010 |
Color Harmonies of #496557
Complementary color
Monochromatic Colors of #496557
Black with #496557
Text Example
Text Example
White with #496557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496557; }
p { color: rgb(73,101,87); }
H1.HeaderClassName
{
color: #496557;
}
.AnyTagClassName
{
color: #496557;
}
</style>
background-color css
<style>
a { background-color: #496557; }
a { background-color: rgb(73,101,87); }
div.DivClassName
{
background-color: #496557;
}
.BgClassName
{
background-color: #496557;
}
</style>
border-color css
<style>
span { border-color: #496557; }
span { border-color: rgb(73,101,87); }
td.TdClassName
{
border-color: #496557;
}
.TagClassName
{
border-color: #496557;
}
</style>