#44937B

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

Shades of Lochinvar #44937B

Tints of Lochinvar #44937B

Color information

#44937B (or 0x44937B) is unknown color: approx Lochinvar. HEX triplet: 44, 93 and 7B. RGB value is (68,147,123). Sum of RGB (Red+Green+Blue) = 68+147+123=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #44937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44937B is #BB6C84. Grayscale: #787878. Windows color (decimal): -12283013 or 8098628. OLE color: 8098628.

HSL color Cylindrical-coordinate representation of color #44937B: hue angle of 161.77º 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 #44937B is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB68147123-
CMYK0.5400.160.42
HSL161.77º36.74%42.16%-
HSV(B)161.77º53.74%57.65%-
XYZ16.3923.5322.42-
YUV120.64129.3390.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=20.12%
G=43.49%
B=36.39%

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
Decimal681471230.5400.160.42161.7736.7442.16
Hex44937B360102Aa2252a
Octal10422317366020522424552
Binary100010010010011111101111011001000010101010100010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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