Shades of Como #498260
Tints of Como #498260
RGB
CMYK
RGB Variations
Color information
#498260 (or 0x498260) is known color: Como. HEX triplet: 49, 82 and 60. RGB value is (73,130,96). Sum of RGB (Red+Green+Blue) = 73+130+96=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #498260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498260 is #B67D9F. Grayscale: #6D6D6D. Windows color (decimal): -11959712 or 6324809. OLE color: 6324809.
HSL color Cylindrical-coordinate representation of color #498260: hue angle of 144.21º 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 #498260 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 96 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.49 |
| HSL | 144.21º | 0.28% | 0.4% | - |
| HSV(B) | 144.21º | 0.44% | 0.51% | - |
| XYZ | 12.84 | 18.23 | 13.91 | - |
| YUV | 109.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 96 | 0.44 | 0 | 0.26 | 0.49 | 144.21 | 0.28 | 0.4 |
| Hex | 49 | 82 | 60 | 2C | 0 | 1A | 31 | 90 | 1C | 28 |
| Octal | 111 | 202 | 140 | 54 | 0 | 32 | 61 | 220 | 34 | 50 |
| Binary | 1001001 | 10000010 | 1100000 | 101100 | 0 | 11010 | 110001 | 10010000 | 11100 | 101000 |
Color Harmonies of #498260
Complementary color
Monochromatic Colors of #498260
Black with #498260
Text Example
Text Example
White with #498260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498260; }
p { color: rgb(73,130,96); }
H1.HeaderClassName
{
color: #498260;
}
.AnyTagClassName
{
color: #498260;
}
</style>
background-color css
<style>
a { background-color: #498260; }
a { background-color: rgb(73,130,96); }
div.DivClassName
{
background-color: #498260;
}
.BgClassName
{
background-color: #498260;
}
</style>
border-color css
<style>
span { border-color: #498260; }
span { border-color: rgb(73,130,96); }
td.TdClassName
{
border-color: #498260;
}
.TagClassName
{
border-color: #498260;
}
</style>