#40917E

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

Shades of Lochinvar #40917E

Tints of Lochinvar #40917E

Color information

#40917E (or 0x40917E) is unknown color: approx Lochinvar. HEX triplet: 40, 91 and 7E. RGB value is (64,145,126). Sum of RGB (Red+Green+Blue) = 64+145+126=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #40917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40917E is #BF6E81. Grayscale: #767676. Windows color (decimal): -12545666 or 8294720. OLE color: 8294720.

HSL color Cylindrical-coordinate representation of color #40917E: hue angle of 165.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40917E is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB64145126-
CMYK0.5600.130.43
HSL165.93º38.76%40.98%-
HSV(B)165.93º55.86%56.86%-
XYZ16.0122.8523.31-
YUV118.62132.1689.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=19.10%
G=43.28%
B=37.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641451260.5600.130.43165.9338.7640.98
Hex40917E380D2Ba62729
Octal10022117670015532464751
Binary10000001001000111111101110000110110101110100110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40917E; }

 p { color: rgb(64,145,126); }

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

<style>
 a { background-color: #40917E; }

 a { background-color: rgb(64,145,126); }

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

<style>
 span { border-color: #40917E; }

 span { border-color: rgb(64,145,126); }

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