Shades of Como #49865A
Tints of Como #49865A
RGB
CMYK
RGB Variations
Color information
#49865A (or 0x49865A) is known color: Como. HEX triplet: 49, 86 and 5A. RGB value is (73,134,90). Sum of RGB (Red+Green+Blue) = 73+134+90=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #49865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49865A is #B679A5. Grayscale: #6E6E6E. Windows color (decimal): -11958694 or 5932617. OLE color: 5932617.
HSL color Cylindrical-coordinate representation of color #49865A: hue angle of 136.72º degrees, saturation: 0.29, 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 #49865A is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 90 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.47 |
| HSL | 136.72º | 0.29% | 0.41% | - |
| HSV(B) | 136.72º | 0.46% | 0.53% | - |
| XYZ | 13.12 | 19.2 | 12.69 | - |
| YUV | 110.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 90 | 0.46 | 0 | 0.33 | 0.47 | 136.72 | 0.29 | 0.41 |
| Hex | 49 | 86 | 5A | 2E | 0 | 21 | 2F | 89 | 1D | 29 |
| Octal | 111 | 206 | 132 | 56 | 0 | 41 | 57 | 211 | 35 | 51 |
| Binary | 1001001 | 10000110 | 1011010 | 101110 | 0 | 100001 | 101111 | 10001001 | 11101 | 101001 |
Color Harmonies of #49865A
Complementary color
Monochromatic Colors of #49865A
Black with #49865A
Text Example
Text Example
White with #49865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49865A; }
p { color: rgb(73,134,90); }
H1.HeaderClassName
{
color: #49865A;
}
.AnyTagClassName
{
color: #49865A;
}
</style>
background-color css
<style>
a { background-color: #49865A; }
a { background-color: rgb(73,134,90); }
div.DivClassName
{
background-color: #49865A;
}
.BgClassName
{
background-color: #49865A;
}
</style>
border-color css
<style>
span { border-color: #49865A; }
span { border-color: rgb(73,134,90); }
td.TdClassName
{
border-color: #49865A;
}
.TagClassName
{
border-color: #49865A;
}
</style>