#40917D

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

Shades of Lochinvar #40917D

Tints of Lochinvar #40917D

Color information

#40917D (or 0x40917D) is unknown color: approx Lochinvar. HEX triplet: 40, 91 and 7D. RGB value is (64,145,125). Sum of RGB (Red+Green+Blue) = 64+145+125=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #40917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40917D is #BF6E82. Grayscale: #767676. Windows color (decimal): -12545667 or 8229184. OLE color: 8229184.

HSL color Cylindrical-coordinate representation of color #40917D: hue angle of 165.19º 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 #40917D is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB64145125-
CMYK0.5600.140.43
HSL165.19º38.76%40.98%-
HSV(B)165.19º55.86%56.86%-
XYZ15.9422.8222.97-
YUV118.5131.6689.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.16%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=19.16%
G=43.41%
B=37.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641451250.5600.140.43165.1938.7640.98
Hex40917D380E2Ba52729
Octal10022117570016532454751
Binary10000001001000111111011110000111010101110100101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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