#44897F

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

Shades of Lochinvar #44897F

Tints of Lochinvar #44897F

Color information

#44897F (or 0x44897F) is unknown color: approx Lochinvar. HEX triplet: 44, 89 and 7F. RGB value is (68,137,127). Sum of RGB (Red+Green+Blue) = 68+137+127=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #44897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44897F is #BB7680. Grayscale: #737373. Windows color (decimal): -12285569 or 8358212. OLE color: 8358212.

HSL color Cylindrical-coordinate representation of color #44897F: hue angle of 171.3º 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 #44897F is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB68137127-
CMYK0.5000.070.46
HSL171.3º33.66%40.2%-
HSV(B)171.3º50.36%53.73%-
XYZ15.1620.6523.27-
YUV115.23134.6494.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 127 (50% from 255) = 38.25%
R=20.48%
G=41.27%
B=38.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681371270.5000.070.46171.333.6640.2
Hex44897F32072Eab2228
Octal1042111776207562534250
Binary1000100100010011111111110010011110111010101011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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