Shades of Como #498562
Tints of Como #498562
RGB
CMYK
RGB Variations
Color information
#498562 (or 0x498562) is known color: Como. HEX triplet: 49, 85 and 62. RGB value is (73,133,98). Sum of RGB (Red+Green+Blue) = 73+133+98=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #498562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498562 is #B67A9D. Grayscale: #6F6F6F. Windows color (decimal): -11958942 or 6456649. OLE color: 6456649.
HSL color Cylindrical-coordinate representation of color #498562: hue angle of 145º 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 #498562 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 98 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.48 |
| HSL | 145º | 0.29% | 0.4% | - |
| HSV(B) | 145º | 0.45% | 0.52% | - |
| XYZ | 13.34 | 19.07 | 14.53 | - |
| YUV | 111.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 98 | 0.45 | 0 | 0.26 | 0.48 | 145 | 0.29 | 0.4 |
| Hex | 49 | 85 | 62 | 2D | 0 | 1A | 30 | 91 | 1D | 28 |
| Octal | 111 | 205 | 142 | 55 | 0 | 32 | 60 | 221 | 35 | 50 |
| Binary | 1001001 | 10000101 | 1100010 | 101101 | 0 | 11010 | 110000 | 10010001 | 11101 | 101000 |
Color Harmonies of #498562
Complementary color
Monochromatic Colors of #498562
Black with #498562
Text Example
Text Example
White with #498562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498562; }
p { color: rgb(73,133,98); }
H1.HeaderClassName
{
color: #498562;
}
.AnyTagClassName
{
color: #498562;
}
</style>
background-color css
<style>
a { background-color: #498562; }
a { background-color: rgb(73,133,98); }
div.DivClassName
{
background-color: #498562;
}
.BgClassName
{
background-color: #498562;
}
</style>
border-color css
<style>
span { border-color: #498562; }
span { border-color: rgb(73,133,98); }
td.TdClassName
{
border-color: #498562;
}
.TagClassName
{
border-color: #498562;
}
</style>