Shades of Como #498365
Tints of Como #498365
RGB
CMYK
RGB Variations
Color information
#498365 (or 0x498365) is known color: Como. HEX triplet: 49, 83 and 65. RGB value is (73,131,101). Sum of RGB (Red+Green+Blue) = 73+131+101=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #498365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498365 is #B67C9A. Grayscale: #6E6E6E. Windows color (decimal): -11959451 or 6652745. OLE color: 6652745.
HSL color Cylindrical-coordinate representation of color #498365: hue angle of 148.97º 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 #498365 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 131 | 101 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.49 |
| HSL | 148.97º | 0.28% | 0.4% | - |
| HSV(B) | 148.97º | 0.44% | 0.51% | - |
| XYZ | 13.21 | 18.59 | 15.2 | - |
| YUV | 110.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 101 | 0.44 | 0 | 0.23 | 0.49 | 148.97 | 0.28 | 0.4 |
| Hex | 49 | 83 | 65 | 2C | 0 | 17 | 31 | 95 | 1C | 28 |
| Octal | 111 | 203 | 145 | 54 | 0 | 27 | 61 | 225 | 34 | 50 |
| Binary | 1001001 | 10000011 | 1100101 | 101100 | 0 | 10111 | 110001 | 10010101 | 11100 | 101000 |
Color Harmonies of #498365
Complementary color
Monochromatic Colors of #498365
Black with #498365
Text Example
Text Example
White with #498365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498365; }
p { color: rgb(73,131,101); }
H1.HeaderClassName
{
color: #498365;
}
.AnyTagClassName
{
color: #498365;
}
</style>
background-color css
<style>
a { background-color: #498365; }
a { background-color: rgb(73,131,101); }
div.DivClassName
{
background-color: #498365;
}
.BgClassName
{
background-color: #498365;
}
</style>
border-color css
<style>
span { border-color: #498365; }
span { border-color: rgb(73,131,101); }
td.TdClassName
{
border-color: #498365;
}
.TagClassName
{
border-color: #498365;
}
</style>