Shades of Como #498A58
Tints of Como #498A58
RGB
CMYK
RGB Variations
Color information
#498A58 (or 0x498A58) is known color: Como. HEX triplet: 49, 8A and 58. RGB value is (73,138,88). Sum of RGB (Red+Green+Blue) = 73+138+88=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #498A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A58 is #B675A7. Grayscale: #717171. Windows color (decimal): -11957672 or 5802569. OLE color: 5802569.
HSL color Cylindrical-coordinate representation of color #498A58: hue angle of 133.85º degrees, saturation: 0.31, 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 #498A58 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 88 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.46 |
| HSL | 133.85º | 0.31% | 0.41% | - |
| HSV(B) | 133.85º | 0.47% | 0.54% | - |
| XYZ | 13.6 | 20.3 | 12.43 | - |
| YUV | 112.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 88 | 0.47 | 0 | 0.36 | 0.46 | 133.85 | 0.31 | 0.41 |
| Hex | 49 | 8A | 58 | 2F | 0 | 24 | 2E | 86 | 1F | 29 |
| Octal | 111 | 212 | 130 | 57 | 0 | 44 | 56 | 206 | 37 | 51 |
| Binary | 1001001 | 10001010 | 1011000 | 101111 | 0 | 100100 | 101110 | 10000110 | 11111 | 101001 |
Color Harmonies of #498A58
Complementary color
Monochromatic Colors of #498A58
Black with #498A58
Text Example
Text Example
White with #498A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A58; }
p { color: rgb(73,138,88); }
H1.HeaderClassName
{
color: #498A58;
}
.AnyTagClassName
{
color: #498A58;
}
</style>
background-color css
<style>
a { background-color: #498A58; }
a { background-color: rgb(73,138,88); }
div.DivClassName
{
background-color: #498A58;
}
.BgClassName
{
background-color: #498A58;
}
</style>
border-color css
<style>
span { border-color: #498A58; }
span { border-color: rgb(73,138,88); }
td.TdClassName
{
border-color: #498A58;
}
.TagClassName
{
border-color: #498A58;
}
</style>