Shades of Lochinvar #49937F
Tints of Lochinvar #49937F
RGB
CMYK
RGB Variations
Color information
#49937F (or 0x49937F) is known color: Lochinvar. HEX triplet: 49, 93 and 7F. RGB value is (73,147,127). Sum of RGB (Red+Green+Blue) = 73+147+127=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #49937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49937F is #B66C80. Grayscale: #7A7A7A. Windows color (decimal): -11955329 or 8360777. OLE color: 8360777.
HSL color Cylindrical-coordinate representation of color #49937F: hue angle of 163.78º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49937F is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 127 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.42 |
| HSL | 163.78º | 0.34% | 0.43% | - |
| HSV(B) | 163.78º | 0.5% | 0.58% | - |
| XYZ | 17.01 | 23.82 | 23.78 | - |
| YUV | 122.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 127 | 0.50 | 0 | 0.14 | 0.42 | 163.78 | 0.34 | 0.43 |
| Hex | 49 | 93 | 7F | 32 | 0 | E | 2A | A4 | 22 | 2B |
| Octal | 111 | 223 | 177 | 62 | 0 | 16 | 52 | 244 | 42 | 53 |
| Binary | 1001001 | 10010011 | 1111111 | 110010 | 0 | 1110 | 101010 | 10100100 | 100010 | 101011 |
Color Harmonies of #49937F
Complementary color
Monochromatic Colors of #49937F
Black with #49937F
Text Example
Text Example
White with #49937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49937F; }
p { color: rgb(73,147,127); }
H1.HeaderClassName
{
color: #49937F;
}
.AnyTagClassName
{
color: #49937F;
}
</style>
background-color css
<style>
a { background-color: #49937F; }
a { background-color: rgb(73,147,127); }
div.DivClassName
{
background-color: #49937F;
}
.BgClassName
{
background-color: #49937F;
}
</style>
border-color css
<style>
span { border-color: #49937F; }
span { border-color: rgb(73,147,127); }
td.TdClassName
{
border-color: #49937F;
}
.TagClassName
{
border-color: #49937F;
}
</style>