Shades of Como #498858
Tints of Como #498858
RGB
CMYK
RGB Variations
Color information
#498858 (or 0x498858) is known color: Como. HEX triplet: 49, 88 and 58. RGB value is (73,136,88). Sum of RGB (Red+Green+Blue) = 73+136+88=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #498858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498858 is #B677A7. Grayscale: #6F6F6F. Windows color (decimal): -11958184 or 5802057. OLE color: 5802057.
HSL color Cylindrical-coordinate representation of color #498858: hue angle of 134.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498858 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 88 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.47 |
| HSL | 134.29º | 0.3% | 0.41% | - |
| HSV(B) | 134.29º | 0.46% | 0.53% | - |
| XYZ | 13.31 | 19.73 | 12.34 | - |
| YUV | 111.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 88 | 0.46 | 0 | 0.35 | 0.47 | 134.29 | 0.3 | 0.41 |
| Hex | 49 | 88 | 58 | 2E | 0 | 23 | 2F | 86 | 1E | 29 |
| Octal | 111 | 210 | 130 | 56 | 0 | 43 | 57 | 206 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1011000 | 101110 | 0 | 100011 | 101111 | 10000110 | 11110 | 101001 |
Color Harmonies of #498858
Complementary color
Monochromatic Colors of #498858
Black with #498858
Text Example
Text Example
White with #498858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498858; }
p { color: rgb(73,136,88); }
H1.HeaderClassName
{
color: #498858;
}
.AnyTagClassName
{
color: #498858;
}
</style>
background-color css
<style>
a { background-color: #498858; }
a { background-color: rgb(73,136,88); }
div.DivClassName
{
background-color: #498858;
}
.BgClassName
{
background-color: #498858;
}
</style>
border-color css
<style>
span { border-color: #498858; }
span { border-color: rgb(73,136,88); }
td.TdClassName
{
border-color: #498858;
}
.TagClassName
{
border-color: #498858;
}
</style>