Shades of Como #49795E
Tints of Como #49795E
RGB
CMYK
RGB Variations
Color information
#49795E (or 0x49795E) is known color: Como. HEX triplet: 49, 79 and 5E. RGB value is (73,121,94). Sum of RGB (Red+Green+Blue) = 73+121+94=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #49795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49795E is #B686A1. Grayscale: #676767. Windows color (decimal): -11962018 or 6191433. OLE color: 6191433.
HSL color Cylindrical-coordinate representation of color #49795E: hue angle of 146.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 #49795E is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 94 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.53 |
| HSL | 146.25º | 0.25% | 0.38% | - |
| HSV(B) | 146.25º | 0.4% | 0.47% | - |
| XYZ | 11.61 | 15.9 | 13.05 | - |
| YUV | 103.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 94 | 0.40 | 0 | 0.22 | 0.53 | 146.25 | 0.25 | 0.38 |
| Hex | 49 | 79 | 5E | 28 | 0 | 16 | 35 | 92 | 19 | 26 |
| Octal | 111 | 171 | 136 | 50 | 0 | 26 | 65 | 222 | 31 | 46 |
| Binary | 1001001 | 1111001 | 1011110 | 101000 | 0 | 10110 | 110101 | 10010010 | 11001 | 100110 |
Color Harmonies of #49795E
Complementary color
Monochromatic Colors of #49795E
Black with #49795E
Text Example
Text Example
White with #49795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49795E; }
p { color: rgb(73,121,94); }
H1.HeaderClassName
{
color: #49795E;
}
.AnyTagClassName
{
color: #49795E;
}
</style>
background-color css
<style>
a { background-color: #49795E; }
a { background-color: rgb(73,121,94); }
div.DivClassName
{
background-color: #49795E;
}
.BgClassName
{
background-color: #49795E;
}
</style>
border-color css
<style>
span { border-color: #49795E; }
span { border-color: rgb(73,121,94); }
td.TdClassName
{
border-color: #49795E;
}
.TagClassName
{
border-color: #49795E;
}
</style>