Shades of Como #49815D
Tints of Como #49815D
RGB
CMYK
RGB Variations
Color information
#49815D (or 0x49815D) is known color: Como. HEX triplet: 49, 81 and 5D. RGB value is (73,129,93). Sum of RGB (Red+Green+Blue) = 73+129+93=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #49815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49815D is #B67EA2. Grayscale: #6C6C6C. Windows color (decimal): -11959971 or 6127945. OLE color: 6127945.
HSL color Cylindrical-coordinate representation of color #49815D: hue angle of 141.43º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49815D is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 93 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.49 |
| HSL | 141.43º | 0.28% | 0.4% | - |
| HSV(B) | 141.43º | 0.43% | 0.51% | - |
| XYZ | 12.57 | 17.91 | 13.15 | - |
| YUV | 108.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 93 | 0.43 | 0 | 0.28 | 0.49 | 141.43 | 0.28 | 0.4 |
| Hex | 49 | 81 | 5D | 2B | 0 | 1C | 31 | 8D | 1C | 28 |
| Octal | 111 | 201 | 135 | 53 | 0 | 34 | 61 | 215 | 34 | 50 |
| Binary | 1001001 | 10000001 | 1011101 | 101011 | 0 | 11100 | 110001 | 10001101 | 11100 | 101000 |
Color Harmonies of #49815D
Complementary color
Monochromatic Colors of #49815D
Black with #49815D
Text Example
Text Example
White with #49815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49815D; }
p { color: rgb(73,129,93); }
H1.HeaderClassName
{
color: #49815D;
}
.AnyTagClassName
{
color: #49815D;
}
</style>
background-color css
<style>
a { background-color: #49815D; }
a { background-color: rgb(73,129,93); }
div.DivClassName
{
background-color: #49815D;
}
.BgClassName
{
background-color: #49815D;
}
</style>
border-color css
<style>
span { border-color: #49815D; }
span { border-color: rgb(73,129,93); }
td.TdClassName
{
border-color: #49815D;
}
.TagClassName
{
border-color: #49815D;
}
</style>