#44957D

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

Shades of Lochinvar #44957D

Tints of Lochinvar #44957D

Color information

#44957D (or 0x44957D) is unknown color: approx Lochinvar. HEX triplet: 44, 95 and 7D. RGB value is (68,149,125). Sum of RGB (Red+Green+Blue) = 68+149+125=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #44957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44957D is #BB6A82. Grayscale: #7A7A7A. Windows color (decimal): -12282499 or 8230212. OLE color: 8230212.

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

Color convert

RGB68149125-
CMYK0.5400.160.42
HSL162.22º37.33%42.55%-
HSV(B)162.22º54.36%58.43%-
XYZ16.8324.223.19-
YUV122.04129.6689.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=19.88%
G=43.57%
B=36.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681491250.5400.160.42162.2237.3342.55
Hex44957D360102Aa2252b
Octal10422517566020522424553
Binary100010010010101111110111011001000010101010100010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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