#44988E

Color #44988E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #44988E

Tints of Lochinvar #44988E

Color information

#44988E (or 0x44988E) is unknown color: approx Lochinvar. HEX triplet: 44, 98 and 8E. RGB value is (68,152,142). Sum of RGB (Red+Green+Blue) = 68+152+142=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #44988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44988E is #BB6771. Grayscale: #7D7D7D. Windows color (decimal): -12281714 or 9345092. OLE color: 9345092.

HSL color Cylindrical-coordinate representation of color #44988E: hue angle of 172.86º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44988E is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB68152142-
CMYK0.5500.070.40
HSL172.86º38.18%43.14%-
HSV(B)172.86º55.26%59.61%-
XYZ18.4925.6429.57-
YUV125.74137.1786.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 18.78%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=18.78%
G=41.99%
B=39.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681521420.5500.070.40172.8638.1843.14
Hex44988E370728ad262b
Octal1042302166707502554653
Binary10001001001100010001110110111011110100010101101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44988E; }

 p { color: rgb(68,152,142); }

 H1.HeaderClassName
 {
   color: #44988E;
 }
 .AnyTagClassName
 {
   color: #44988E;
 }
</style>
background-color css

<style>
 a { background-color: #44988E; }

 a { background-color: rgb(68,152,142); }

 div.DivClassName
 {
   background-color: #44988E;
 }
 .BgClassName
 {
   background-color: #44988E;
 }
</style>
border-color css

<style>
 span { border-color: #44988E; }

 span { border-color: rgb(68,152,142); }

 td.TdClassName
 {
   border-color: #44988E;
 }
 .TagClassName
 {
   border-color: #44988E;
 }
</style>