Shades of Como #49795F
Tints of Como #49795F
RGB
CMYK
RGB Variations
Color information
#49795F (or 0x49795F) is known color: Como. HEX triplet: 49, 79 and 5F. RGB value is (73,121,95). Sum of RGB (Red+Green+Blue) = 73+121+95=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #49795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49795F is #B686A0. Grayscale: #676767. Windows color (decimal): -11962017 or 6256969. OLE color: 6256969.
HSL color Cylindrical-coordinate representation of color #49795F: hue angle of 147.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49795F is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 95 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.53 |
| HSL | 147.5º | 0.25% | 0.38% | - |
| HSV(B) | 147.5º | 0.4% | 0.47% | - |
| XYZ | 11.65 | 15.92 | 13.28 | - |
| YUV | 103.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 95 | 0.40 | 0 | 0.21 | 0.53 | 147.5 | 0.25 | 0.38 |
| Hex | 49 | 79 | 5F | 28 | 0 | 15 | 35 | 94 | 19 | 26 |
| Octal | 111 | 171 | 137 | 50 | 0 | 25 | 65 | 224 | 31 | 46 |
| Binary | 1001001 | 1111001 | 1011111 | 101000 | 0 | 10101 | 110101 | 10010100 | 11001 | 100110 |
Color Harmonies of #49795F
Complementary color
Monochromatic Colors of #49795F
Black with #49795F
Text Example
Text Example
White with #49795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49795F; }
p { color: rgb(73,121,95); }
H1.HeaderClassName
{
color: #49795F;
}
.AnyTagClassName
{
color: #49795F;
}
</style>
background-color css
<style>
a { background-color: #49795F; }
a { background-color: rgb(73,121,95); }
div.DivClassName
{
background-color: #49795F;
}
.BgClassName
{
background-color: #49795F;
}
</style>
border-color css
<style>
span { border-color: #49795F; }
span { border-color: rgb(73,121,95); }
td.TdClassName
{
border-color: #49795F;
}
.TagClassName
{
border-color: #49795F;
}
</style>