Shades of Como #496D58
Tints of Como #496D58
RGB
CMYK
RGB Variations
Color information
#496D58 (or 0x496D58) is known color: Como. HEX triplet: 49, 6D and 58. RGB value is (73,109,88). Sum of RGB (Red+Green+Blue) = 73+109+88=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #496D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D58 is #B692A7. Grayscale: #5F5F5F. Windows color (decimal): -11965096 or 5795145. OLE color: 5795145.
HSL color Cylindrical-coordinate representation of color #496D58: hue angle of 145º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #496D58 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 88 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.57 |
| HSL | 145º | 0.2% | 0.36% | - |
| HSV(B) | 145º | 0.33% | 0.43% | - |
| XYZ | 9.98 | 13.06 | 11.23 | - |
| YUV | 95.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 88 | 0.33 | 0 | 0.19 | 0.57 | 145 | 0.2 | 0.36 |
| Hex | 49 | 6D | 58 | 21 | 0 | 13 | 39 | 91 | 14 | 24 |
| Octal | 111 | 155 | 130 | 41 | 0 | 23 | 71 | 221 | 24 | 44 |
| Binary | 1001001 | 1101101 | 1011000 | 100001 | 0 | 10011 | 111001 | 10010001 | 10100 | 100100 |
Color Harmonies of #496D58
Complementary color
Monochromatic Colors of #496D58
Black with #496D58
Text Example
Text Example
White with #496D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D58; }
p { color: rgb(73,109,88); }
H1.HeaderClassName
{
color: #496D58;
}
.AnyTagClassName
{
color: #496D58;
}
</style>
background-color css
<style>
a { background-color: #496D58; }
a { background-color: rgb(73,109,88); }
div.DivClassName
{
background-color: #496D58;
}
.BgClassName
{
background-color: #496D58;
}
</style>
border-color css
<style>
span { border-color: #496D58; }
span { border-color: rgb(73,109,88); }
td.TdClassName
{
border-color: #496D58;
}
.TagClassName
{
border-color: #496D58;
}
</style>