Shades of Lochinvar #498D80
Tints of Lochinvar #498D80
RGB
CMYK
RGB Variations
Color information
#498D80 (or 0x498D80) is known color: Lochinvar. HEX triplet: 49, 8D and 80. RGB value is (73,141,128). Sum of RGB (Red+Green+Blue) = 73+141+128=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #498D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498D80 is #B6727F. Grayscale: #777777. Windows color (decimal): -11956864 or 8424777. OLE color: 8424777.
HSL color Cylindrical-coordinate representation of color #498D80: hue angle of 168.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D80 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 141 | 128 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.45 |
| HSL | 168.53º | 0.32% | 0.42% | - |
| HSV(B) | 168.53º | 0.48% | 0.55% | - |
| XYZ | 16.17 | 22.02 | 23.82 | - |
| YUV | 119.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 128 | 0.48 | 0 | 0.09 | 0.45 | 168.53 | 0.32 | 0.42 |
| Hex | 49 | 8D | 80 | 30 | 0 | 9 | 2D | A9 | 20 | 2A |
| Octal | 111 | 215 | 200 | 60 | 0 | 11 | 55 | 251 | 40 | 52 |
| Binary | 1001001 | 10001101 | 10000000 | 110000 | 0 | 1001 | 101101 | 10101001 | 100000 | 101010 |
Color Harmonies of #498D80
Complementary color
Monochromatic Colors of #498D80
Black with #498D80
Text Example
Text Example
White with #498D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498D80; }
p { color: rgb(73,141,128); }
H1.HeaderClassName
{
color: #498D80;
}
.AnyTagClassName
{
color: #498D80;
}
</style>
background-color css
<style>
a { background-color: #498D80; }
a { background-color: rgb(73,141,128); }
div.DivClassName
{
background-color: #498D80;
}
.BgClassName
{
background-color: #498D80;
}
</style>
border-color css
<style>
span { border-color: #498D80; }
span { border-color: rgb(73,141,128); }
td.TdClassName
{
border-color: #498D80;
}
.TagClassName
{
border-color: #498D80;
}
</style>