Shades of Como #49885A
Tints of Como #49885A
RGB
CMYK
RGB Variations
Color information
#49885A (or 0x49885A) is known color: Como. HEX triplet: 49, 88 and 5A. RGB value is (73,136,90). Sum of RGB (Red+Green+Blue) = 73+136+90=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #49885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49885A is #B677A5. Grayscale: #707070. Windows color (decimal): -11958182 or 5933129. OLE color: 5933129.
HSL color Cylindrical-coordinate representation of color #49885A: hue angle of 136.19º 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 #49885A is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 90 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.47 |
| HSL | 136.19º | 0.3% | 0.41% | - |
| HSV(B) | 136.19º | 0.46% | 0.53% | - |
| XYZ | 13.4 | 19.76 | 12.78 | - |
| YUV | 111.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 90 | 0.46 | 0 | 0.34 | 0.47 | 136.19 | 0.3 | 0.41 |
| Hex | 49 | 88 | 5A | 2E | 0 | 22 | 2F | 88 | 1E | 29 |
| Octal | 111 | 210 | 132 | 56 | 0 | 42 | 57 | 210 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1011010 | 101110 | 0 | 100010 | 101111 | 10001000 | 11110 | 101001 |
Color Harmonies of #49885A
Complementary color
Monochromatic Colors of #49885A
Black with #49885A
Text Example
Text Example
White with #49885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49885A; }
p { color: rgb(73,136,90); }
H1.HeaderClassName
{
color: #49885A;
}
.AnyTagClassName
{
color: #49885A;
}
</style>
background-color css
<style>
a { background-color: #49885A; }
a { background-color: rgb(73,136,90); }
div.DivClassName
{
background-color: #49885A;
}
.BgClassName
{
background-color: #49885A;
}
</style>
border-color css
<style>
span { border-color: #49885A; }
span { border-color: rgb(73,136,90); }
td.TdClassName
{
border-color: #49885A;
}
.TagClassName
{
border-color: #49885A;
}
</style>