Shades of Como #498658
Tints of Como #498658
RGB
CMYK
RGB Variations
Color information
#498658 (or 0x498658) is known color: Como. HEX triplet: 49, 86 and 58. RGB value is (73,134,88). Sum of RGB (Red+Green+Blue) = 73+134+88=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #498658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498658 is #B679A7. Grayscale: #6E6E6E. Windows color (decimal): -11958696 or 5801545. OLE color: 5801545.
HSL color Cylindrical-coordinate representation of color #498658: hue angle of 134.75º 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 #498658 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 88 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.47 |
| HSL | 134.75º | 0.29% | 0.41% | - |
| HSV(B) | 134.75º | 0.46% | 0.53% | - |
| XYZ | 13.03 | 19.17 | 12.25 | - |
| YUV | 110.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 88 | 0.46 | 0 | 0.34 | 0.47 | 134.75 | 0.29 | 0.41 |
| Hex | 49 | 86 | 58 | 2E | 0 | 22 | 2F | 87 | 1D | 29 |
| Octal | 111 | 206 | 130 | 56 | 0 | 42 | 57 | 207 | 35 | 51 |
| Binary | 1001001 | 10000110 | 1011000 | 101110 | 0 | 100010 | 101111 | 10000111 | 11101 | 101001 |
Color Harmonies of #498658
Complementary color
Monochromatic Colors of #498658
Black with #498658
Text Example
Text Example
White with #498658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498658; }
p { color: rgb(73,134,88); }
H1.HeaderClassName
{
color: #498658;
}
.AnyTagClassName
{
color: #498658;
}
</style>
background-color css
<style>
a { background-color: #498658; }
a { background-color: rgb(73,134,88); }
div.DivClassName
{
background-color: #498658;
}
.BgClassName
{
background-color: #498658;
}
</style>
border-color css
<style>
span { border-color: #498658; }
span { border-color: rgb(73,134,88); }
td.TdClassName
{
border-color: #498658;
}
.TagClassName
{
border-color: #498658;
}
</style>