Shades of Como #496F56
Tints of Como #496F56
RGB
CMYK
RGB Variations
Color information
#496F56 (or 0x496F56) is known color: Como. HEX triplet: 49, 6F and 56. RGB value is (73,111,86). Sum of RGB (Red+Green+Blue) = 73+111+86=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #496F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F56 is #B690A9. Grayscale: #606060. Windows color (decimal): -11964586 or 5664585. OLE color: 5664585.
HSL color Cylindrical-coordinate representation of color #496F56: hue angle of 140.53º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496F56 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 111 | 86 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.56 |
| HSL | 140.53º | 0.21% | 0.36% | - |
| HSV(B) | 140.53º | 0.34% | 0.44% | - |
| XYZ | 10.11 | 13.46 | 10.87 | - |
| YUV | 96.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 86 | 0.34 | 0 | 0.23 | 0.56 | 140.53 | 0.21 | 0.36 |
| Hex | 49 | 6F | 56 | 22 | 0 | 17 | 38 | 8D | 15 | 24 |
| Octal | 111 | 157 | 126 | 42 | 0 | 27 | 70 | 215 | 25 | 44 |
| Binary | 1001001 | 1101111 | 1010110 | 100010 | 0 | 10111 | 111000 | 10001101 | 10101 | 100100 |
Color Harmonies of #496F56
Complementary color
Monochromatic Colors of #496F56
Black with #496F56
Text Example
Text Example
White with #496F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496F56; }
p { color: rgb(73,111,86); }
H1.HeaderClassName
{
color: #496F56;
}
.AnyTagClassName
{
color: #496F56;
}
</style>
background-color css
<style>
a { background-color: #496F56; }
a { background-color: rgb(73,111,86); }
div.DivClassName
{
background-color: #496F56;
}
.BgClassName
{
background-color: #496F56;
}
</style>
border-color css
<style>
span { border-color: #496F56; }
span { border-color: rgb(73,111,86); }
td.TdClassName
{
border-color: #496F56;
}
.TagClassName
{
border-color: #496F56;
}
</style>