Shades of Como #49765F
Tints of Como #49765F
RGB
CMYK
RGB Variations
Color information
#49765F (or 0x49765F) is known color: Como. HEX triplet: 49, 76 and 5F. RGB value is (73,118,95). Sum of RGB (Red+Green+Blue) = 73+118+95=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #49765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49765F is #B689A0. Grayscale: #656565. Windows color (decimal): -11962785 or 6256201. OLE color: 6256201.
HSL color Cylindrical-coordinate representation of color #49765F: hue angle of 149.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49765F is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 95 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.54 |
| HSL | 149.33º | 0.24% | 0.37% | - |
| HSV(B) | 149.33º | 0.38% | 0.46% | - |
| XYZ | 11.29 | 15.2 | 13.17 | - |
| YUV | 101.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 95 | 0.38 | 0 | 0.19 | 0.54 | 149.33 | 0.24 | 0.37 |
| Hex | 49 | 76 | 5F | 26 | 0 | 13 | 36 | 95 | 18 | 25 |
| Octal | 111 | 166 | 137 | 46 | 0 | 23 | 66 | 225 | 30 | 45 |
| Binary | 1001001 | 1110110 | 1011111 | 100110 | 0 | 10011 | 110110 | 10010101 | 11000 | 100101 |
Color Harmonies of #49765F
Complementary color
Monochromatic Colors of #49765F
Black with #49765F
Text Example
Text Example
White with #49765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49765F; }
p { color: rgb(73,118,95); }
H1.HeaderClassName
{
color: #49765F;
}
.AnyTagClassName
{
color: #49765F;
}
</style>
background-color css
<style>
a { background-color: #49765F; }
a { background-color: rgb(73,118,95); }
div.DivClassName
{
background-color: #49765F;
}
.BgClassName
{
background-color: #49765F;
}
</style>
border-color css
<style>
span { border-color: #49765F; }
span { border-color: rgb(73,118,95); }
td.TdClassName
{
border-color: #49765F;
}
.TagClassName
{
border-color: #49765F;
}
</style>