#44917C

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

Shades of Lochinvar #44917C

Tints of Lochinvar #44917C

Color information

#44917C (or 0x44917C) is unknown color: approx Lochinvar. HEX triplet: 44, 91 and 7C. RGB value is (68,145,124). Sum of RGB (Red+Green+Blue) = 68+145+124=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #44917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44917C is #BB6E83. Grayscale: #777777. Windows color (decimal): -12283524 or 8163652. OLE color: 8163652.

HSL color Cylindrical-coordinate representation of color #44917C: hue angle of 163.64º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44917C is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB68145124-
CMYK0.5300.140.43
HSL163.64º36.15%41.76%-
HSV(B)163.64º53.1%56.86%-
XYZ16.1522.9322.64-
YUV119.58130.4991.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.18%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=20.18%
G=43.03%
B=36.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681451240.5300.140.43163.6436.1541.76
Hex44917C350E2Ba4242a
Octal10422117465016532444452
Binary10001001001000111111001101010111010101110100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44917C; }

 p { color: rgb(68,145,124); }

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

<style>
 a { background-color: #44917C; }

 a { background-color: rgb(68,145,124); }

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

<style>
 span { border-color: #44917C; }

 span { border-color: rgb(68,145,124); }

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