Shades of Lochinvar #44957A
Tints of Lochinvar #44957A
RGB
CMYK
RGB Variations
Color information
#44957A (or 0x44957A) is known color: Lochinvar. HEX triplet: 44, 95 and 7A. RGB value is (68,149,122). Sum of RGB (Red+Green+Blue) = 68+149+122=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #44957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44957A is #BB6A85. Grayscale: #797979. Windows color (decimal): -12282502 or 8033604. OLE color: 8033604.
HSL color Cylindrical-coordinate representation of color #44957A: hue angle of 160º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44957A is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 122 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.42 |
| HSL | 160º | 0.37% | 0.43% | - |
| HSV(B) | 160º | 0.54% | 0.58% | - |
| XYZ | 16.64 | 24.13 | 22.19 | - |
| YUV | 121.7 | 128.16 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 122 | 0.54 | 0 | 0.18 | 0.42 | 160 | 0.37 | 0.43 |
| Hex | 44 | 95 | 7A | 36 | 0 | 12 | 2A | A0 | 25 | 2B |
| Octal | 104 | 225 | 172 | 66 | 0 | 22 | 52 | 240 | 45 | 53 |
| Binary | 1000100 | 10010101 | 1111010 | 110110 | 0 | 10010 | 101010 | 10100000 | 100101 | 101011 |
Color Harmonies of #44957A
Complementary color
Monochromatic Colors of #44957A
Black with #44957A
Text Example
Text Example
White with #44957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44957A; }
p { color: rgb(68,149,122); }
H1.HeaderClassName
{
color: #44957A;
}
.AnyTagClassName
{
color: #44957A;
}
</style>
background-color css
<style>
a { background-color: #44957A; }
a { background-color: rgb(68,149,122); }
div.DivClassName
{
background-color: #44957A;
}
.BgClassName
{
background-color: #44957A;
}
</style>
border-color css
<style>
span { border-color: #44957A; }
span { border-color: rgb(68,149,122); }
td.TdClassName
{
border-color: #44957A;
}
.TagClassName
{
border-color: #44957A;
}
</style>