Shades of Como #497959
Tints of Como #497959
RGB
CMYK
RGB Variations
Color information
#497959 (or 0x497959) is known color: Como. HEX triplet: 49, 79 and 59. RGB value is (73,121,89). Sum of RGB (Red+Green+Blue) = 73+121+89=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #497959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497959 is #B686A6. Grayscale: #676767. Windows color (decimal): -11962023 or 5863753. OLE color: 5863753.
HSL color Cylindrical-coordinate representation of color #497959: hue angle of 140º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497959 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 89 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.53 |
| HSL | 140º | 0.25% | 0.38% | - |
| HSV(B) | 140º | 0.4% | 0.47% | - |
| XYZ | 11.39 | 15.81 | 11.9 | - |
| YUV | 103 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 89 | 0.40 | 0 | 0.26 | 0.53 | 140 | 0.25 | 0.38 |
| Hex | 49 | 79 | 59 | 28 | 0 | 1A | 35 | 8C | 19 | 26 |
| Octal | 111 | 171 | 131 | 50 | 0 | 32 | 65 | 214 | 31 | 46 |
| Binary | 1001001 | 1111001 | 1011001 | 101000 | 0 | 11010 | 110101 | 10001100 | 11001 | 100110 |
Color Harmonies of #497959
Complementary color
Monochromatic Colors of #497959
Black with #497959
Text Example
Text Example
White with #497959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497959; }
p { color: rgb(73,121,89); }
H1.HeaderClassName
{
color: #497959;
}
.AnyTagClassName
{
color: #497959;
}
</style>
background-color css
<style>
a { background-color: #497959; }
a { background-color: rgb(73,121,89); }
div.DivClassName
{
background-color: #497959;
}
.BgClassName
{
background-color: #497959;
}
</style>
border-color css
<style>
span { border-color: #497959; }
span { border-color: rgb(73,121,89); }
td.TdClassName
{
border-color: #497959;
}
.TagClassName
{
border-color: #497959;
}
</style>