Shades of Como #498559
Tints of Como #498559
RGB
CMYK
RGB Variations
Color information
#498559 (or 0x498559) is known color: Como. HEX triplet: 49, 85 and 59. RGB value is (73,133,89). Sum of RGB (Red+Green+Blue) = 73+133+89=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #498559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498559 is #B67AA6. Grayscale: #6E6E6E. Windows color (decimal): -11958951 or 5866825. OLE color: 5866825.
HSL color Cylindrical-coordinate representation of color #498559: hue angle of 136º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498559 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 89 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.48 |
| HSL | 136º | 0.29% | 0.4% | - |
| HSV(B) | 136º | 0.45% | 0.52% | - |
| XYZ | 12.94 | 18.91 | 12.42 | - |
| YUV | 110.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 89 | 0.45 | 0 | 0.33 | 0.48 | 136 | 0.29 | 0.4 |
| Hex | 49 | 85 | 59 | 2D | 0 | 21 | 30 | 88 | 1D | 28 |
| Octal | 111 | 205 | 131 | 55 | 0 | 41 | 60 | 210 | 35 | 50 |
| Binary | 1001001 | 10000101 | 1011001 | 101101 | 0 | 100001 | 110000 | 10001000 | 11101 | 101000 |
Color Harmonies of #498559
Complementary color
Monochromatic Colors of #498559
Black with #498559
Text Example
Text Example
White with #498559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498559; }
p { color: rgb(73,133,89); }
H1.HeaderClassName
{
color: #498559;
}
.AnyTagClassName
{
color: #498559;
}
</style>
background-color css
<style>
a { background-color: #498559; }
a { background-color: rgb(73,133,89); }
div.DivClassName
{
background-color: #498559;
}
.BgClassName
{
background-color: #498559;
}
</style>
border-color css
<style>
span { border-color: #498559; }
span { border-color: rgb(73,133,89); }
td.TdClassName
{
border-color: #498559;
}
.TagClassName
{
border-color: #498559;
}
</style>