Shades of Como #498959
Tints of Como #498959
RGB
CMYK
RGB Variations
Color information
#498959 (or 0x498959) is known color: Como. HEX triplet: 49, 89 and 59. RGB value is (73,137,89). Sum of RGB (Red+Green+Blue) = 73+137+89=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #498959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498959 is #B676A6. Grayscale: #707070. Windows color (decimal): -11957927 or 5867849. OLE color: 5867849.
HSL color Cylindrical-coordinate representation of color #498959: hue angle of 135º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498959 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 89 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.46 |
| HSL | 135º | 0.3% | 0.41% | - |
| HSV(B) | 135º | 0.47% | 0.54% | - |
| XYZ | 13.5 | 20.03 | 12.61 | - |
| YUV | 112.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 89 | 0.47 | 0 | 0.35 | 0.46 | 135 | 0.3 | 0.41 |
| Hex | 49 | 89 | 59 | 2F | 0 | 23 | 2E | 87 | 1E | 29 |
| Octal | 111 | 211 | 131 | 57 | 0 | 43 | 56 | 207 | 36 | 51 |
| Binary | 1001001 | 10001001 | 1011001 | 101111 | 0 | 100011 | 101110 | 10000111 | 11110 | 101001 |
Color Harmonies of #498959
Complementary color
Monochromatic Colors of #498959
Black with #498959
Text Example
Text Example
White with #498959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498959; }
p { color: rgb(73,137,89); }
H1.HeaderClassName
{
color: #498959;
}
.AnyTagClassName
{
color: #498959;
}
</style>
background-color css
<style>
a { background-color: #498959; }
a { background-color: rgb(73,137,89); }
div.DivClassName
{
background-color: #498959;
}
.BgClassName
{
background-color: #498959;
}
</style>
border-color css
<style>
span { border-color: #498959; }
span { border-color: rgb(73,137,89); }
td.TdClassName
{
border-color: #498959;
}
.TagClassName
{
border-color: #498959;
}
</style>