Shades of Como #49725C
Tints of Como #49725C
RGB
CMYK
RGB Variations
Color information
#49725C (or 0x49725C) is known color: Como. HEX triplet: 49, 72 and 5C. RGB value is (73,114,92). Sum of RGB (Red+Green+Blue) = 73+114+92=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #49725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49725C is #B68DA3. Grayscale: #636363. Windows color (decimal): -11963812 or 6058569. OLE color: 6058569.
HSL color Cylindrical-coordinate representation of color #49725C: hue angle of 147.8º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49725C is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 92 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.55 |
| HSL | 147.8º | 0.22% | 0.37% | - |
| HSV(B) | 147.8º | 0.36% | 0.45% | - |
| XYZ | 10.7 | 14.22 | 12.31 | - |
| YUV | 99.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 92 | 0.36 | 0 | 0.19 | 0.55 | 147.8 | 0.22 | 0.37 |
| Hex | 49 | 72 | 5C | 24 | 0 | 13 | 37 | 94 | 16 | 25 |
| Octal | 111 | 162 | 134 | 44 | 0 | 23 | 67 | 224 | 26 | 45 |
| Binary | 1001001 | 1110010 | 1011100 | 100100 | 0 | 10011 | 110111 | 10010100 | 10110 | 100101 |
Color Harmonies of #49725C
Complementary color
Monochromatic Colors of #49725C
Black with #49725C
Text Example
Text Example
White with #49725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49725C; }
p { color: rgb(73,114,92); }
H1.HeaderClassName
{
color: #49725C;
}
.AnyTagClassName
{
color: #49725C;
}
</style>
background-color css
<style>
a { background-color: #49725C; }
a { background-color: rgb(73,114,92); }
div.DivClassName
{
background-color: #49725C;
}
.BgClassName
{
background-color: #49725C;
}
</style>
border-color css
<style>
span { border-color: #49725C; }
span { border-color: rgb(73,114,92); }
td.TdClassName
{
border-color: #49725C;
}
.TagClassName
{
border-color: #49725C;
}
</style>