#40978A

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

Shades of Lochinvar #40978A

Tints of Lochinvar #40978A

Color information

#40978A (or 0x40978A) is unknown color: approx Lochinvar. HEX triplet: 40, 97 and 8A. RGB value is (64,151,138). Sum of RGB (Red+Green+Blue) = 64+151+138=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #40978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40978A is #BF6875. Grayscale: #7B7B7B. Windows color (decimal): -12544118 or 9082688. OLE color: 9082688.

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

Color convert

RGB64151138-
CMYK0.5800.090.41
HSL171.03º40.47%42.16%-
HSV(B)171.03º57.62%59.22%-
XYZ17.7725.0627.94-
YUV123.5136.1885.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=18.13%
G=42.78%
B=39.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641511380.5800.090.41171.0340.4742.16
Hex40978A3A0929ab282a
Octal10022721272011512535052
Binary100000010010111100010101110100100110100110101011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,151,138); }

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

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

 a { background-color: rgb(64,151,138); }

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

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

 span { border-color: rgb(64,151,138); }

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