Shades of Como #49835F
Tints of Como #49835F
RGB
CMYK
RGB Variations
Color information
#49835F (or 0x49835F) is known color: Como. HEX triplet: 49, 83 and 5F. RGB value is (73,131,95). Sum of RGB (Red+Green+Blue) = 73+131+95=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #49835F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49835F is #B67CA0. Grayscale: #6D6D6D. Windows color (decimal): -11959457 or 6259529. OLE color: 6259529.
HSL color Cylindrical-coordinate representation of color #49835F: hue angle of 142.76º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49835F is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 131 | 95 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.49 |
| HSL | 142.76º | 0.28% | 0.4% | - |
| HSV(B) | 142.76º | 0.44% | 0.51% | - |
| XYZ | 12.93 | 18.48 | 13.71 | - |
| YUV | 109.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 95 | 0.44 | 0 | 0.27 | 0.49 | 142.76 | 0.28 | 0.4 |
| Hex | 49 | 83 | 5F | 2C | 0 | 1B | 31 | 8F | 1C | 28 |
| Octal | 111 | 203 | 137 | 54 | 0 | 33 | 61 | 217 | 34 | 50 |
| Binary | 1001001 | 10000011 | 1011111 | 101100 | 0 | 11011 | 110001 | 10001111 | 11100 | 101000 |
Color Harmonies of #49835F
Complementary color
Monochromatic Colors of #49835F
Black with #49835F
Text Example
Text Example
White with #49835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49835F; }
p { color: rgb(73,131,95); }
H1.HeaderClassName
{
color: #49835F;
}
.AnyTagClassName
{
color: #49835F;
}
</style>
background-color css
<style>
a { background-color: #49835F; }
a { background-color: rgb(73,131,95); }
div.DivClassName
{
background-color: #49835F;
}
.BgClassName
{
background-color: #49835F;
}
</style>
border-color css
<style>
span { border-color: #49835F; }
span { border-color: rgb(73,131,95); }
td.TdClassName
{
border-color: #49835F;
}
.TagClassName
{
border-color: #49835F;
}
</style>