Shades of Lochinvar #44887E
Tints of Lochinvar #44887E
RGB
CMYK
RGB Variations
Color information
#44887E (or 0x44887E) is known color: Lochinvar. HEX triplet: 44, 88 and 7E. RGB value is (68,136,126). Sum of RGB (Red+Green+Blue) = 68+136+126=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #44887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44887E is #BB7781. Grayscale: #727272. Windows color (decimal): -12285826 or 8292420. OLE color: 8292420.
HSL color Cylindrical-coordinate representation of color #44887E: hue angle of 171.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44887E is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 136 | 126 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.47 |
| HSL | 171.18º | 0.33% | 0.4% | - |
| HSV(B) | 171.18º | 0.5% | 0.53% | - |
| XYZ | 14.95 | 20.34 | 22.88 | - |
| YUV | 114.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 136 | 126 | 0.50 | 0 | 0.07 | 0.47 | 171.18 | 0.33 | 0.4 |
| Hex | 44 | 88 | 7E | 32 | 0 | 7 | 2F | AB | 21 | 28 |
| Octal | 104 | 210 | 176 | 62 | 0 | 7 | 57 | 253 | 41 | 50 |
| Binary | 1000100 | 10001000 | 1111110 | 110010 | 0 | 111 | 101111 | 10101011 | 100001 | 101000 |
Color Harmonies of #44887E
Complementary color
Monochromatic Colors of #44887E
Black with #44887E
Text Example
Text Example
White with #44887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44887E; }
p { color: rgb(68,136,126); }
H1.HeaderClassName
{
color: #44887E;
}
.AnyTagClassName
{
color: #44887E;
}
</style>
background-color css
<style>
a { background-color: #44887E; }
a { background-color: rgb(68,136,126); }
div.DivClassName
{
background-color: #44887E;
}
.BgClassName
{
background-color: #44887E;
}
</style>
border-color css
<style>
span { border-color: #44887E; }
span { border-color: rgb(68,136,126); }
td.TdClassName
{
border-color: #44887E;
}
.TagClassName
{
border-color: #44887E;
}
</style>