#44917D

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

Shades of Lochinvar #44917D

Tints of Lochinvar #44917D

Color information

#44917D (or 0x44917D) is unknown color: approx Lochinvar. HEX triplet: 44, 91 and 7D. RGB value is (68,145,125). Sum of RGB (Red+Green+Blue) = 68+145+125=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #44917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44917D is #BB6E82. Grayscale: #777777. Windows color (decimal): -12283523 or 8229188. OLE color: 8229188.

HSL color Cylindrical-coordinate representation of color #44917D: hue angle of 164.42º 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 #44917D is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB68145125-
CMYK0.5300.140.43
HSL164.42º36.15%41.76%-
HSV(B)164.42º53.1%56.86%-
XYZ16.2122.9622.98-
YUV119.7130.9991.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 145 (57.03% from 255) = 42.90%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=20.12%
G=42.90%
B=36.98%

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
Decimal681451250.5300.140.43164.4236.1541.76
Hex44917D350E2Ba4242a
Octal10422117565016532444452
Binary10001001001000111111011101010111010101110100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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