Shades of Lochinvar #44908A
Tints of Lochinvar #44908A
RGB
CMYK
RGB Variations
Color information
#44908A (or 0x44908A) is known color: Lochinvar. HEX triplet: 44, 90 and 8A. RGB value is (68,144,138). Sum of RGB (Red+Green+Blue) = 68+144+138=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #44908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44908A is #BB6F75. Grayscale: #787878. Windows color (decimal): -12283766 or 9080900. OLE color: 9080900.
HSL color Cylindrical-coordinate representation of color #44908A: hue angle of 175.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44908A is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 138 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.44 |
| HSL | 175.26º | 0.36% | 0.42% | - |
| HSV(B) | 175.26º | 0.53% | 0.56% | - |
| XYZ | 16.94 | 23.01 | 27.59 | - |
| YUV | 120.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 138 | 0.53 | 0 | 0.04 | 0.44 | 175.26 | 0.36 | 0.42 |
| Hex | 44 | 90 | 8A | 35 | 0 | 4 | 2C | AF | 24 | 2A |
| Octal | 104 | 220 | 212 | 65 | 0 | 4 | 54 | 257 | 44 | 52 |
| Binary | 1000100 | 10010000 | 10001010 | 110101 | 0 | 100 | 101100 | 10101111 | 100100 | 101010 |
Color Harmonies of #44908A
Complementary color
Monochromatic Colors of #44908A
Black with #44908A
Text Example
Text Example
White with #44908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44908A; }
p { color: rgb(68,144,138); }
H1.HeaderClassName
{
color: #44908A;
}
.AnyTagClassName
{
color: #44908A;
}
</style>
background-color css
<style>
a { background-color: #44908A; }
a { background-color: rgb(68,144,138); }
div.DivClassName
{
background-color: #44908A;
}
.BgClassName
{
background-color: #44908A;
}
</style>
border-color css
<style>
span { border-color: #44908A; }
span { border-color: rgb(68,144,138); }
td.TdClassName
{
border-color: #44908A;
}
.TagClassName
{
border-color: #44908A;
}
</style>