Shades of Lochinvar #44937E
Tints of Lochinvar #44937E
RGB
CMYK
RGB Variations
Color information
#44937E (or 0x44937E) is known color: Lochinvar. HEX triplet: 44, 93 and 7E. RGB value is (68,147,126). Sum of RGB (Red+Green+Blue) = 68+147+126=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #44937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44937E is #BB6C81. Grayscale: #787878. Windows color (decimal): -12283010 or 8295236. OLE color: 8295236.
HSL color Cylindrical-coordinate representation of color #44937E: hue angle of 164.05º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44937E is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 126 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.42 |
| HSL | 164.05º | 0.37% | 0.42% | - |
| HSV(B) | 164.05º | 0.54% | 0.58% | - |
| XYZ | 16.58 | 23.6 | 23.42 | - |
| YUV | 120.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 126 | 0.54 | 0 | 0.14 | 0.42 | 164.05 | 0.37 | 0.42 |
| Hex | 44 | 93 | 7E | 36 | 0 | E | 2A | A4 | 25 | 2A |
| Octal | 104 | 223 | 176 | 66 | 0 | 16 | 52 | 244 | 45 | 52 |
| Binary | 1000100 | 10010011 | 1111110 | 110110 | 0 | 1110 | 101010 | 10100100 | 100101 | 101010 |
Color Harmonies of #44937E
Complementary color
Monochromatic Colors of #44937E
Black with #44937E
Text Example
Text Example
White with #44937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44937E; }
p { color: rgb(68,147,126); }
H1.HeaderClassName
{
color: #44937E;
}
.AnyTagClassName
{
color: #44937E;
}
</style>
background-color css
<style>
a { background-color: #44937E; }
a { background-color: rgb(68,147,126); }
div.DivClassName
{
background-color: #44937E;
}
.BgClassName
{
background-color: #44937E;
}
</style>
border-color css
<style>
span { border-color: #44937E; }
span { border-color: rgb(68,147,126); }
td.TdClassName
{
border-color: #44937E;
}
.TagClassName
{
border-color: #44937E;
}
</style>