Shades of Lochinvar #499577
Tints of Lochinvar #499577
RGB
CMYK
RGB Variations
Color information
#499577 (or 0x499577) is known color: Lochinvar. HEX triplet: 49, 95 and 77. RGB value is (73,149,119). Sum of RGB (Red+Green+Blue) = 73+149+119=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #499577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499577 is #B66A88. Grayscale: #7A7A7A. Windows color (decimal): -11954825 or 7837001. OLE color: 7837001.
HSL color Cylindrical-coordinate representation of color #499577: hue angle of 156.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499577 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 119 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.42 |
| HSL | 156.32º | 0.34% | 0.44% | - |
| HSV(B) | 156.32º | 0.51% | 0.58% | - |
| XYZ | 16.82 | 24.24 | 21.25 | - |
| YUV | 122.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 119 | 0.51 | 0 | 0.20 | 0.42 | 156.32 | 0.34 | 0.44 |
| Hex | 49 | 95 | 77 | 33 | 0 | 14 | 2A | 9C | 22 | 2C |
| Octal | 111 | 225 | 167 | 63 | 0 | 24 | 52 | 234 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1110111 | 110011 | 0 | 10100 | 101010 | 10011100 | 100010 | 101100 |
Color Harmonies of #499577
Complementary color
Monochromatic Colors of #499577
Black with #499577
Text Example
Text Example
White with #499577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499577; }
p { color: rgb(73,149,119); }
H1.HeaderClassName
{
color: #499577;
}
.AnyTagClassName
{
color: #499577;
}
</style>
background-color css
<style>
a { background-color: #499577; }
a { background-color: rgb(73,149,119); }
div.DivClassName
{
background-color: #499577;
}
.BgClassName
{
background-color: #499577;
}
</style>
border-color css
<style>
span { border-color: #499577; }
span { border-color: rgb(73,149,119); }
td.TdClassName
{
border-color: #499577;
}
.TagClassName
{
border-color: #499577;
}
</style>