Shades of Como #498160
Tints of Como #498160
RGB
CMYK
RGB Variations
Color information
#498160 (or 0x498160) is known color: Como. HEX triplet: 49, 81 and 60. RGB value is (73,129,96). Sum of RGB (Red+Green+Blue) = 73+129+96=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #498160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498160 is #B67E9F. Grayscale: #6C6C6C. Windows color (decimal): -11959968 or 6324553. OLE color: 6324553.
HSL color Cylindrical-coordinate representation of color #498160: hue angle of 144.64º 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 #498160 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 96 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.49 |
| HSL | 144.64º | 0.28% | 0.4% | - |
| HSV(B) | 144.64º | 0.43% | 0.51% | - |
| XYZ | 12.71 | 17.96 | 13.86 | - |
| YUV | 108.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 96 | 0.43 | 0 | 0.26 | 0.49 | 144.64 | 0.28 | 0.4 |
| Hex | 49 | 81 | 60 | 2B | 0 | 1A | 31 | 91 | 1C | 28 |
| Octal | 111 | 201 | 140 | 53 | 0 | 32 | 61 | 221 | 34 | 50 |
| Binary | 1001001 | 10000001 | 1100000 | 101011 | 0 | 11010 | 110001 | 10010001 | 11100 | 101000 |
Color Harmonies of #498160
Complementary color
Monochromatic Colors of #498160
Black with #498160
Text Example
Text Example
White with #498160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498160; }
p { color: rgb(73,129,96); }
H1.HeaderClassName
{
color: #498160;
}
.AnyTagClassName
{
color: #498160;
}
</style>
background-color css
<style>
a { background-color: #498160; }
a { background-color: rgb(73,129,96); }
div.DivClassName
{
background-color: #498160;
}
.BgClassName
{
background-color: #498160;
}
</style>
border-color css
<style>
span { border-color: #498160; }
span { border-color: rgb(73,129,96); }
td.TdClassName
{
border-color: #498160;
}
.TagClassName
{
border-color: #498160;
}
</style>