Shades of Como #498159
Tints of Como #498159
RGB
CMYK
RGB Variations
Color information
#498159 (or 0x498159) is known color: Como. HEX triplet: 49, 81 and 59. RGB value is (73,129,89). Sum of RGB (Red+Green+Blue) = 73+129+89=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #498159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498159 is #B67EA6. Grayscale: #6B6B6B. Windows color (decimal): -11959975 or 5865801. OLE color: 5865801.
HSL color Cylindrical-coordinate representation of color #498159: hue angle of 137.14º 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 #498159 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 89 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.49 |
| HSL | 137.14º | 0.28% | 0.4% | - |
| HSV(B) | 137.14º | 0.43% | 0.51% | - |
| XYZ | 12.4 | 17.84 | 12.24 | - |
| YUV | 107.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 89 | 0.43 | 0 | 0.31 | 0.49 | 137.14 | 0.28 | 0.4 |
| Hex | 49 | 81 | 59 | 2B | 0 | 1F | 31 | 89 | 1C | 28 |
| Octal | 111 | 201 | 131 | 53 | 0 | 37 | 61 | 211 | 34 | 50 |
| Binary | 1001001 | 10000001 | 1011001 | 101011 | 0 | 11111 | 110001 | 10001001 | 11100 | 101000 |
Color Harmonies of #498159
Complementary color
Monochromatic Colors of #498159
Black with #498159
Text Example
Text Example
White with #498159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498159; }
p { color: rgb(73,129,89); }
H1.HeaderClassName
{
color: #498159;
}
.AnyTagClassName
{
color: #498159;
}
</style>
background-color css
<style>
a { background-color: #498159; }
a { background-color: rgb(73,129,89); }
div.DivClassName
{
background-color: #498159;
}
.BgClassName
{
background-color: #498159;
}
</style>
border-color css
<style>
span { border-color: #498159; }
span { border-color: rgb(73,129,89); }
td.TdClassName
{
border-color: #498159;
}
.TagClassName
{
border-color: #498159;
}
</style>