#44938A

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

Shades of Lochinvar #44938A

Tints of Lochinvar #44938A

Color information

#44938A (or 0x44938A) is unknown color: approx Lochinvar. HEX triplet: 44, 93 and 8A. RGB value is (68,147,138). Sum of RGB (Red+Green+Blue) = 68+147+138=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #44938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44938A is #BB6C75. Grayscale: #7A7A7A. Windows color (decimal): -12282998 or 9081668. OLE color: 9081668.

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

Color convert

RGB68147138-
CMYK0.5400.060.42
HSL173.16º36.74%42.16%-
HSV(B)173.16º53.74%57.65%-
XYZ17.4123.9327.75-
YUV122.35136.8389.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=19.26%
G=41.64%
B=39.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681471380.5400.060.42173.1636.7442.16
Hex44938A36062Aad252a
Octal1042232126606522554552
Binary10001001001001110001010110110011010101010101101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44938A; }

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

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

<style>
 a { background-color: #44938A; }

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

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

<style>
 span { border-color: #44938A; }

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

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