Shades of Como #49755A
Tints of Como #49755A
RGB
CMYK
RGB Variations
Color information
#49755A (or 0x49755A) is known color: Como. HEX triplet: 49, 75 and 5A. RGB value is (73,117,90). Sum of RGB (Red+Green+Blue) = 73+117+90=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #49755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49755A is #B68AA5. Grayscale: #646464. Windows color (decimal): -11963046 or 5928265. OLE color: 5928265.
HSL color Cylindrical-coordinate representation of color #49755A: hue angle of 143.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49755A is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 90 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.54 |
| HSL | 143.18º | 0.23% | 0.37% | - |
| HSV(B) | 143.18º | 0.38% | 0.46% | - |
| XYZ | 10.95 | 14.88 | 11.97 | - |
| YUV | 100.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 90 | 0.38 | 0 | 0.23 | 0.54 | 143.18 | 0.23 | 0.37 |
| Hex | 49 | 75 | 5A | 26 | 0 | 17 | 36 | 8F | 17 | 25 |
| Octal | 111 | 165 | 132 | 46 | 0 | 27 | 66 | 217 | 27 | 45 |
| Binary | 1001001 | 1110101 | 1011010 | 100110 | 0 | 10111 | 110110 | 10001111 | 10111 | 100101 |
Color Harmonies of #49755A
Complementary color
Monochromatic Colors of #49755A
Black with #49755A
Text Example
Text Example
White with #49755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49755A; }
p { color: rgb(73,117,90); }
H1.HeaderClassName
{
color: #49755A;
}
.AnyTagClassName
{
color: #49755A;
}
</style>
background-color css
<style>
a { background-color: #49755A; }
a { background-color: rgb(73,117,90); }
div.DivClassName
{
background-color: #49755A;
}
.BgClassName
{
background-color: #49755A;
}
</style>
border-color css
<style>
span { border-color: #49755A; }
span { border-color: rgb(73,117,90); }
td.TdClassName
{
border-color: #49755A;
}
.TagClassName
{
border-color: #49755A;
}
</style>