#44897A

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

Shades of Lochinvar #44897A

Tints of Lochinvar #44897A

Color information

#44897A (or 0x44897A) is unknown color: approx Lochinvar. HEX triplet: 44, 89 and 7A. RGB value is (68,137,122). Sum of RGB (Red+Green+Blue) = 68+137+122=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #44897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44897A is #BB7685. Grayscale: #727272. Windows color (decimal): -12285574 or 8030532. OLE color: 8030532.

HSL color Cylindrical-coordinate representation of color #44897A: hue angle of 166.96º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44897A is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB68137122-
CMYK0.5000.110.46
HSL166.96º33.66%40.2%-
HSV(B)166.96º50.36%53.73%-
XYZ14.8420.5321.59-
YUV114.66132.1494.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=20.80%
G=41.90%
B=37.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681371220.5000.110.46166.9633.6640.2
Hex44897A320B2Ea72228
Octal10421117262013562474250
Binary10001001000100111110101100100101110111010100111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,137,122); }

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

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

 a { background-color: rgb(68,137,122); }

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

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

 span { border-color: rgb(68,137,122); }

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