Shades of Como #498258
Tints of Como #498258
RGB
CMYK
RGB Variations
Color information
#498258 (or 0x498258) is known color: Como. HEX triplet: 49, 82 and 58. RGB value is (73,130,88). Sum of RGB (Red+Green+Blue) = 73+130+88=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #498258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498258 is #B67DA7. Grayscale: #6C6C6C. Windows color (decimal): -11959720 or 5800521. OLE color: 5800521.
HSL color Cylindrical-coordinate representation of color #498258: hue angle of 135.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498258 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 88 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.49 |
| HSL | 135.79º | 0.28% | 0.4% | - |
| HSV(B) | 135.79º | 0.44% | 0.51% | - |
| XYZ | 12.49 | 18.09 | 12.07 | - |
| YUV | 108.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 88 | 0.44 | 0 | 0.32 | 0.49 | 135.79 | 0.28 | 0.4 |
| Hex | 49 | 82 | 58 | 2C | 0 | 20 | 31 | 88 | 1C | 28 |
| Octal | 111 | 202 | 130 | 54 | 0 | 40 | 61 | 210 | 34 | 50 |
| Binary | 1001001 | 10000010 | 1011000 | 101100 | 0 | 100000 | 110001 | 10001000 | 11100 | 101000 |
Color Harmonies of #498258
Complementary color
Monochromatic Colors of #498258
Black with #498258
Text Example
Text Example
White with #498258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498258; }
p { color: rgb(73,130,88); }
H1.HeaderClassName
{
color: #498258;
}
.AnyTagClassName
{
color: #498258;
}
</style>
background-color css
<style>
a { background-color: #498258; }
a { background-color: rgb(73,130,88); }
div.DivClassName
{
background-color: #498258;
}
.BgClassName
{
background-color: #498258;
}
</style>
border-color css
<style>
span { border-color: #498258; }
span { border-color: rgb(73,130,88); }
td.TdClassName
{
border-color: #498258;
}
.TagClassName
{
border-color: #498258;
}
</style>