#44937f

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

Shades of Lochinvar #44937F

Tints of Lochinvar #44937F

Color information

#44937F (or 0x44937F) is unknown color: approx Lochinvar. HEX triplet: 44, 93 and 7F. RGB value is (68,147,127). Sum of RGB (Red+Green+Blue) = 68+147+127=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #44937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44937F is #BB6C80. Grayscale: #797979. Windows color (decimal): -12283009 or 8360772. OLE color: 8360772.

HSL color Cylindrical-coordinate representation of color #44937F: hue angle of 164.81º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44937F is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB68147127-
CMYK0.5400.140.42
HSL164.81º36.74%42.16%-
HSV(B)164.81º53.74%57.65%-
XYZ16.6523.6323.76-
YUV121.1131.3390.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 127 (50% from 255) = 37.13%
R=19.88%
G=42.98%
B=37.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681471270.5400.140.42164.8136.7442.16
Hex44937F360E2Aa5252a
Octal10422317766016522454552
Binary10001001001001111111111101100111010101010100101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44937f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44937f; }

 p { color: rgb(68,147,127); }

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

<style>
 a { background-color: #44937f; }

 a { background-color: rgb(68,147,127); }

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

<style>
 span { border-color: #44937f; }

 span { border-color: rgb(68,147,127); }

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