Shades of Como #49855B
Tints of Como #49855B
RGB
CMYK
RGB Variations
Color information
#49855B (or 0x49855B) is known color: Como. HEX triplet: 49, 85 and 5B. RGB value is (73,133,91). Sum of RGB (Red+Green+Blue) = 73+133+91=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #49855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49855B is #B67AA4. Grayscale: #6E6E6E. Windows color (decimal): -11958949 or 5997897. OLE color: 5997897.
HSL color Cylindrical-coordinate representation of color #49855B: hue angle of 138º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49855B is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 91 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.48 |
| HSL | 138º | 0.29% | 0.4% | - |
| HSV(B) | 138º | 0.45% | 0.52% | - |
| XYZ | 13.02 | 18.95 | 12.87 | - |
| YUV | 110.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 91 | 0.45 | 0 | 0.32 | 0.48 | 138 | 0.29 | 0.4 |
| Hex | 49 | 85 | 5B | 2D | 0 | 20 | 30 | 8A | 1D | 28 |
| Octal | 111 | 205 | 133 | 55 | 0 | 40 | 60 | 212 | 35 | 50 |
| Binary | 1001001 | 10000101 | 1011011 | 101101 | 0 | 100000 | 110000 | 10001010 | 11101 | 101000 |
Color Harmonies of #49855B
Complementary color
Monochromatic Colors of #49855B
Black with #49855B
Text Example
Text Example
White with #49855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49855B; }
p { color: rgb(73,133,91); }
H1.HeaderClassName
{
color: #49855B;
}
.AnyTagClassName
{
color: #49855B;
}
</style>
background-color css
<style>
a { background-color: #49855B; }
a { background-color: rgb(73,133,91); }
div.DivClassName
{
background-color: #49855B;
}
.BgClassName
{
background-color: #49855B;
}
</style>
border-color css
<style>
span { border-color: #49855B; }
span { border-color: rgb(73,133,91); }
td.TdClassName
{
border-color: #49855B;
}
.TagClassName
{
border-color: #49855B;
}
</style>