#40897A

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

Shades of Lochinvar #40897A

Tints of Lochinvar #40897A

Color information

#40897A (or 0x40897A) is unknown color: approx Lochinvar. HEX triplet: 40, 89 and 7A. RGB value is (64,137,122). Sum of RGB (Red+Green+Blue) = 64+137+122=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #40897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40897A is #BF7685. Grayscale: #717171. Windows color (decimal): -12547718 or 8030528. OLE color: 8030528.

HSL color Cylindrical-coordinate representation of color #40897A: hue angle of 167.67º 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 #40897A is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB64137122-
CMYK0.5300.110.46
HSL167.67º36.32%39.41%-
HSV(B)167.67º53.28%53.73%-
XYZ14.5720.3921.58-
YUV113.46132.8292.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 137 (53.91% from 255) = 42.41%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=19.81%
G=42.41%
B=37.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641371220.5300.110.46167.6736.3239.41
Hex40897A350B2Ea82427
Octal10021117265013562504447
Binary10000001000100111110101101010101110111010101000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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