Shades of Como #49875D
Tints of Como #49875D
RGB
CMYK
RGB Variations
Color information
#49875D (or 0x49875D) is known color: Como. HEX triplet: 49, 87 and 5D. RGB value is (73,135,93). Sum of RGB (Red+Green+Blue) = 73+135+93=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #49875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49875D is #B678A2. Grayscale: #6F6F6F. Windows color (decimal): -11958435 or 6129481. OLE color: 6129481.
HSL color Cylindrical-coordinate representation of color #49875D: hue angle of 139.35º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49875D is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 93 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.47 |
| HSL | 139.35º | 0.3% | 0.41% | - |
| HSV(B) | 139.35º | 0.46% | 0.53% | - |
| XYZ | 13.39 | 19.53 | 13.42 | - |
| YUV | 111.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 93 | 0.46 | 0 | 0.31 | 0.47 | 139.35 | 0.3 | 0.41 |
| Hex | 49 | 87 | 5D | 2E | 0 | 1F | 2F | 8B | 1E | 29 |
| Octal | 111 | 207 | 135 | 56 | 0 | 37 | 57 | 213 | 36 | 51 |
| Binary | 1001001 | 10000111 | 1011101 | 101110 | 0 | 11111 | 101111 | 10001011 | 11110 | 101001 |
Color Harmonies of #49875D
Complementary color
Monochromatic Colors of #49875D
Black with #49875D
Text Example
Text Example
White with #49875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49875D; }
p { color: rgb(73,135,93); }
H1.HeaderClassName
{
color: #49875D;
}
.AnyTagClassName
{
color: #49875D;
}
</style>
background-color css
<style>
a { background-color: #49875D; }
a { background-color: rgb(73,135,93); }
div.DivClassName
{
background-color: #49875D;
}
.BgClassName
{
background-color: #49875D;
}
</style>
border-color css
<style>
span { border-color: #49875D; }
span { border-color: rgb(73,135,93); }
td.TdClassName
{
border-color: #49875D;
}
.TagClassName
{
border-color: #49875D;
}
</style>