Shades of Como #49885F
Tints of Como #49885F
RGB
CMYK
RGB Variations
Color information
#49885F (or 0x49885F) is known color: Como. HEX triplet: 49, 88 and 5F. RGB value is (73,136,95). Sum of RGB (Red+Green+Blue) = 73+136+95=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #49885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49885F is #B677A0. Grayscale: #707070. Windows color (decimal): -11958177 or 6260809. OLE color: 6260809.
HSL color Cylindrical-coordinate representation of color #49885F: hue angle of 140.95º 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 #49885F is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 95 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.47 |
| HSL | 140.95º | 0.3% | 0.41% | - |
| HSV(B) | 140.95º | 0.46% | 0.53% | - |
| XYZ | 13.62 | 19.85 | 13.94 | - |
| YUV | 112.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 95 | 0.46 | 0 | 0.30 | 0.47 | 140.95 | 0.3 | 0.41 |
| Hex | 49 | 88 | 5F | 2E | 0 | 1E | 2F | 8D | 1E | 29 |
| Octal | 111 | 210 | 137 | 56 | 0 | 36 | 57 | 215 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1011111 | 101110 | 0 | 11110 | 101111 | 10001101 | 11110 | 101001 |
Color Harmonies of #49885F
Complementary color
Monochromatic Colors of #49885F
Black with #49885F
Text Example
Text Example
White with #49885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49885F; }
p { color: rgb(73,136,95); }
H1.HeaderClassName
{
color: #49885F;
}
.AnyTagClassName
{
color: #49885F;
}
</style>
background-color css
<style>
a { background-color: #49885F; }
a { background-color: rgb(73,136,95); }
div.DivClassName
{
background-color: #49885F;
}
.BgClassName
{
background-color: #49885F;
}
</style>
border-color css
<style>
span { border-color: #49885F; }
span { border-color: rgb(73,136,95); }
td.TdClassName
{
border-color: #49885F;
}
.TagClassName
{
border-color: #49885F;
}
</style>