Shades of Como #49895B
Tints of Como #49895B
RGB
CMYK
RGB Variations
Color information
#49895B (or 0x49895B) is known color: Como. HEX triplet: 49, 89 and 5B. RGB value is (73,137,91). Sum of RGB (Red+Green+Blue) = 73+137+91=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #49895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49895B is #B676A4. Grayscale: #707070. Windows color (decimal): -11957925 or 5998921. OLE color: 5998921.
HSL color Cylindrical-coordinate representation of color #49895B: hue angle of 136.88º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49895B is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 91 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.46 |
| HSL | 136.88º | 0.3% | 0.41% | - |
| HSV(B) | 136.88º | 0.47% | 0.54% | - |
| XYZ | 13.58 | 20.06 | 13.05 | - |
| YUV | 112.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 91 | 0.47 | 0 | 0.34 | 0.46 | 136.88 | 0.3 | 0.41 |
| Hex | 49 | 89 | 5B | 2F | 0 | 22 | 2E | 89 | 1E | 29 |
| Octal | 111 | 211 | 133 | 57 | 0 | 42 | 56 | 211 | 36 | 51 |
| Binary | 1001001 | 10001001 | 1011011 | 101111 | 0 | 100010 | 101110 | 10001001 | 11110 | 101001 |
Color Harmonies of #49895B
Complementary color
Monochromatic Colors of #49895B
Black with #49895B
Text Example
Text Example
White with #49895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49895B; }
p { color: rgb(73,137,91); }
H1.HeaderClassName
{
color: #49895B;
}
.AnyTagClassName
{
color: #49895B;
}
</style>
background-color css
<style>
a { background-color: #49895B; }
a { background-color: rgb(73,137,91); }
div.DivClassName
{
background-color: #49895B;
}
.BgClassName
{
background-color: #49895B;
}
</style>
border-color css
<style>
span { border-color: #49895B; }
span { border-color: rgb(73,137,91); }
td.TdClassName
{
border-color: #49895B;
}
.TagClassName
{
border-color: #49895B;
}
</style>