#40897C

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

Shades of Lochinvar #40897C

Tints of Lochinvar #40897C

Color information

#40897C (or 0x40897C) is unknown color: approx Lochinvar. HEX triplet: 40, 89 and 7C. RGB value is (64,137,124). Sum of RGB (Red+Green+Blue) = 64+137+124=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #40897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40897C is #BF7683. Grayscale: #717171. Windows color (decimal): -12547716 or 8161600. OLE color: 8161600.

HSL color Cylindrical-coordinate representation of color #40897C: hue angle of 169.32º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40897C is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB64137124-
CMYK0.5300.090.46
HSL169.32º36.32%39.41%-
HSV(B)169.32º53.28%53.73%-
XYZ14.720.4422.24-
YUV113.69133.8292.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=19.69%
G=42.15%
B=38.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641371240.5300.090.46169.3236.3239.41
Hex40897C35092Ea92427
Octal10021117465011562514447
Binary10000001000100111111001101010100110111010101001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40897C; }

 p { color: rgb(64,137,124); }

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

<style>
 a { background-color: #40897C; }

 a { background-color: rgb(64,137,124); }

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

<style>
 span { border-color: #40897C; }

 span { border-color: rgb(64,137,124); }

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