Shades of Como #497962
Tints of Como #497962
RGB
CMYK
RGB Variations
Color information
#497962 (or 0x497962) is known color: Como. HEX triplet: 49, 79 and 62. RGB value is (73,121,98). Sum of RGB (Red+Green+Blue) = 73+121+98=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #497962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497962 is #B6869D. Grayscale: #686868. Windows color (decimal): -11962014 or 6453577. OLE color: 6453577.
HSL color Cylindrical-coordinate representation of color #497962: hue angle of 151.25º 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 #497962 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 98 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.53 |
| HSL | 151.25º | 0.25% | 0.38% | - |
| HSV(B) | 151.25º | 0.4% | 0.47% | - |
| XYZ | 11.79 | 15.97 | 14.02 | - |
| YUV | 104.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 98 | 0.40 | 0 | 0.19 | 0.53 | 151.25 | 0.25 | 0.38 |
| Hex | 49 | 79 | 62 | 28 | 0 | 13 | 35 | 97 | 19 | 26 |
| Octal | 111 | 171 | 142 | 50 | 0 | 23 | 65 | 227 | 31 | 46 |
| Binary | 1001001 | 1111001 | 1100010 | 101000 | 0 | 10011 | 110101 | 10010111 | 11001 | 100110 |
Color Harmonies of #497962
Complementary color
Monochromatic Colors of #497962
Black with #497962
Text Example
Text Example
White with #497962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497962; }
p { color: rgb(73,121,98); }
H1.HeaderClassName
{
color: #497962;
}
.AnyTagClassName
{
color: #497962;
}
</style>
background-color css
<style>
a { background-color: #497962; }
a { background-color: rgb(73,121,98); }
div.DivClassName
{
background-color: #497962;
}
.BgClassName
{
background-color: #497962;
}
</style>
border-color css
<style>
span { border-color: #497962; }
span { border-color: rgb(73,121,98); }
td.TdClassName
{
border-color: #497962;
}
.TagClassName
{
border-color: #497962;
}
</style>