Shades of Como #498665
Tints of Como #498665
RGB
CMYK
RGB Variations
Color information
#498665 (or 0x498665) is known color: Como. HEX triplet: 49, 86 and 65. RGB value is (73,134,101). Sum of RGB (Red+Green+Blue) = 73+134+101=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #498665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498665 is #B6799A. Grayscale: #707070. Windows color (decimal): -11958683 or 6653513. OLE color: 6653513.
HSL color Cylindrical-coordinate representation of color #498665: hue angle of 147.54º degrees, saturation: 0.29, 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 #498665 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 101 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.47 |
| HSL | 147.54º | 0.29% | 0.41% | - |
| HSV(B) | 147.54º | 0.46% | 0.53% | - |
| XYZ | 13.62 | 19.41 | 15.34 | - |
| YUV | 112 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 101 | 0.46 | 0 | 0.25 | 0.47 | 147.54 | 0.29 | 0.41 |
| Hex | 49 | 86 | 65 | 2E | 0 | 19 | 2F | 94 | 1D | 29 |
| Octal | 111 | 206 | 145 | 56 | 0 | 31 | 57 | 224 | 35 | 51 |
| Binary | 1001001 | 10000110 | 1100101 | 101110 | 0 | 11001 | 101111 | 10010100 | 11101 | 101001 |
Color Harmonies of #498665
Complementary color
Monochromatic Colors of #498665
Black with #498665
Text Example
Text Example
White with #498665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498665; }
p { color: rgb(73,134,101); }
H1.HeaderClassName
{
color: #498665;
}
.AnyTagClassName
{
color: #498665;
}
</style>
background-color css
<style>
a { background-color: #498665; }
a { background-color: rgb(73,134,101); }
div.DivClassName
{
background-color: #498665;
}
.BgClassName
{
background-color: #498665;
}
</style>
border-color css
<style>
span { border-color: #498665; }
span { border-color: rgb(73,134,101); }
td.TdClassName
{
border-color: #498665;
}
.TagClassName
{
border-color: #498665;
}
</style>