#40937A

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

Shades of Lochinvar #40937A

Tints of Lochinvar #40937A

Color information

#40937A (or 0x40937A) is unknown color: approx Lochinvar. HEX triplet: 40, 93 and 7A. RGB value is (64,147,122). Sum of RGB (Red+Green+Blue) = 64+147+122=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #40937A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40937A is #BF6C85. Grayscale: #777777. Windows color (decimal): -12545158 or 8033088. OLE color: 8033088.

HSL color Cylindrical-coordinate representation of color #40937A: hue angle of 161.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40937A is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB64147122-
CMYK0.5600.170.42
HSL161.93º39.34%41.37%-
HSV(B)161.93º56.46%57.65%-
XYZ16.0623.3622.08-
YUV119.33129.588.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.22%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=19.22%
G=44.14%
B=36.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641471220.5600.170.42161.9339.3441.37
Hex40937A380112Aa22729
Octal10022317270021522424751
Binary100000010010011111101011100001000110101010100010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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