Shades of Como #49735F
Tints of Como #49735F
RGB
CMYK
RGB Variations
Color information
#49735F (or 0x49735F) is known color: Como. HEX triplet: 49, 73 and 5F. RGB value is (73,115,95). Sum of RGB (Red+Green+Blue) = 73+115+95=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #49735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49735F is #B68CA0. Grayscale: #646464. Windows color (decimal): -11963553 or 6255433. OLE color: 6255433.
HSL color Cylindrical-coordinate representation of color #49735F: hue angle of 151.43º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49735F is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 115 | 95 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.55 |
| HSL | 151.43º | 0.22% | 0.37% | - |
| HSV(B) | 151.43º | 0.37% | 0.45% | - |
| XYZ | 10.94 | 14.5 | 13.05 | - |
| YUV | 100.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 95 | 0.37 | 0 | 0.17 | 0.55 | 151.43 | 0.22 | 0.37 |
| Hex | 49 | 73 | 5F | 25 | 0 | 11 | 37 | 97 | 16 | 25 |
| Octal | 111 | 163 | 137 | 45 | 0 | 21 | 67 | 227 | 26 | 45 |
| Binary | 1001001 | 1110011 | 1011111 | 100101 | 0 | 10001 | 110111 | 10010111 | 10110 | 100101 |
Color Harmonies of #49735F
Complementary color
Monochromatic Colors of #49735F
Black with #49735F
Text Example
Text Example
White with #49735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49735F; }
p { color: rgb(73,115,95); }
H1.HeaderClassName
{
color: #49735F;
}
.AnyTagClassName
{
color: #49735F;
}
</style>
background-color css
<style>
a { background-color: #49735F; }
a { background-color: rgb(73,115,95); }
div.DivClassName
{
background-color: #49735F;
}
.BgClassName
{
background-color: #49735F;
}
</style>
border-color css
<style>
span { border-color: #49735F; }
span { border-color: rgb(73,115,95); }
td.TdClassName
{
border-color: #49735F;
}
.TagClassName
{
border-color: #49735F;
}
</style>