Shades of Como #498164
Tints of Como #498164
RGB
CMYK
RGB Variations
Color information
#498164 (or 0x498164) is known color: Como. HEX triplet: 49, 81 and 64. RGB value is (73,129,100). Sum of RGB (Red+Green+Blue) = 73+129+100=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #498164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498164 is #B67E9B. Grayscale: #6D6D6D. Windows color (decimal): -11959964 or 6586697. OLE color: 6586697.
HSL color Cylindrical-coordinate representation of color #498164: hue angle of 148.93º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498164 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 100 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.49 |
| HSL | 148.93º | 0.28% | 0.4% | - |
| HSV(B) | 148.93º | 0.43% | 0.51% | - |
| XYZ | 12.9 | 18.04 | 14.86 | - |
| YUV | 108.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 100 | 0.43 | 0 | 0.22 | 0.49 | 148.93 | 0.28 | 0.4 |
| Hex | 49 | 81 | 64 | 2B | 0 | 16 | 31 | 95 | 1C | 28 |
| Octal | 111 | 201 | 144 | 53 | 0 | 26 | 61 | 225 | 34 | 50 |
| Binary | 1001001 | 10000001 | 1100100 | 101011 | 0 | 10110 | 110001 | 10010101 | 11100 | 101000 |
Color Harmonies of #498164
Complementary color
Monochromatic Colors of #498164
Black with #498164
Text Example
Text Example
White with #498164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498164; }
p { color: rgb(73,129,100); }
H1.HeaderClassName
{
color: #498164;
}
.AnyTagClassName
{
color: #498164;
}
</style>
background-color css
<style>
a { background-color: #498164; }
a { background-color: rgb(73,129,100); }
div.DivClassName
{
background-color: #498164;
}
.BgClassName
{
background-color: #498164;
}
</style>
border-color css
<style>
span { border-color: #498164; }
span { border-color: rgb(73,129,100); }
td.TdClassName
{
border-color: #498164;
}
.TagClassName
{
border-color: #498164;
}
</style>