Shades of Como #498558
Tints of Como #498558
RGB
CMYK
RGB Variations
Color information
#498558 (or 0x498558) is known color: Como. HEX triplet: 49, 85 and 58. RGB value is (73,133,88). Sum of RGB (Red+Green+Blue) = 73+133+88=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #498558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498558 is #B67AA7. Grayscale: #6E6E6E. Windows color (decimal): -11958952 or 5801289. OLE color: 5801289.
HSL color Cylindrical-coordinate representation of color #498558: hue angle of 135º 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 #498558 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 88 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.48 |
| HSL | 135º | 0.29% | 0.4% | - |
| HSV(B) | 135º | 0.45% | 0.52% | - |
| XYZ | 12.9 | 18.9 | 12.2 | - |
| YUV | 109.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 88 | 0.45 | 0 | 0.34 | 0.48 | 135 | 0.29 | 0.4 |
| Hex | 49 | 85 | 58 | 2D | 0 | 22 | 30 | 87 | 1D | 28 |
| Octal | 111 | 205 | 130 | 55 | 0 | 42 | 60 | 207 | 35 | 50 |
| Binary | 1001001 | 10000101 | 1011000 | 101101 | 0 | 100010 | 110000 | 10000111 | 11101 | 101000 |
Color Harmonies of #498558
Complementary color
Monochromatic Colors of #498558
Black with #498558
Text Example
Text Example
White with #498558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498558; }
p { color: rgb(73,133,88); }
H1.HeaderClassName
{
color: #498558;
}
.AnyTagClassName
{
color: #498558;
}
</style>
background-color css
<style>
a { background-color: #498558; }
a { background-color: rgb(73,133,88); }
div.DivClassName
{
background-color: #498558;
}
.BgClassName
{
background-color: #498558;
}
</style>
border-color css
<style>
span { border-color: #498558; }
span { border-color: rgb(73,133,88); }
td.TdClassName
{
border-color: #498558;
}
.TagClassName
{
border-color: #498558;
}
</style>