Shades of Como #49715E
Tints of Como #49715E
RGB
CMYK
RGB Variations
Color information
#49715E (or 0x49715E) is known color: Como. HEX triplet: 49, 71 and 5E. RGB value is (73,113,94). Sum of RGB (Red+Green+Blue) = 73+113+94=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #49715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49715E is #B68EA1. Grayscale: #626262. Windows color (decimal): -11964066 or 6189385. OLE color: 6189385.
HSL color Cylindrical-coordinate representation of color #49715E: hue angle of 151.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49715E is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 113 | 94 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.56 |
| HSL | 151.5º | 0.22% | 0.36% | - |
| HSV(B) | 151.5º | 0.35% | 0.44% | - |
| XYZ | 10.67 | 14.03 | 12.74 | - |
| YUV | 98.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 94 | 0.35 | 0 | 0.17 | 0.56 | 151.5 | 0.22 | 0.36 |
| Hex | 49 | 71 | 5E | 23 | 0 | 11 | 38 | 98 | 16 | 24 |
| Octal | 111 | 161 | 136 | 43 | 0 | 21 | 70 | 230 | 26 | 44 |
| Binary | 1001001 | 1110001 | 1011110 | 100011 | 0 | 10001 | 111000 | 10011000 | 10110 | 100100 |
Color Harmonies of #49715E
Complementary color
Monochromatic Colors of #49715E
Black with #49715E
Text Example
Text Example
White with #49715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49715E; }
p { color: rgb(73,113,94); }
H1.HeaderClassName
{
color: #49715E;
}
.AnyTagClassName
{
color: #49715E;
}
</style>
background-color css
<style>
a { background-color: #49715E; }
a { background-color: rgb(73,113,94); }
div.DivClassName
{
background-color: #49715E;
}
.BgClassName
{
background-color: #49715E;
}
</style>
border-color css
<style>
span { border-color: #49715E; }
span { border-color: rgb(73,113,94); }
td.TdClassName
{
border-color: #49715E;
}
.TagClassName
{
border-color: #49715E;
}
</style>