#40958A

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

Shades of Lochinvar #40958A

Tints of Lochinvar #40958A

Color information

#40958A (or 0x40958A) is unknown color: approx Lochinvar. HEX triplet: 40, 95 and 8A. RGB value is (64,149,138). Sum of RGB (Red+Green+Blue) = 64+149+138=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #40958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40958A is #BF6A75. Grayscale: #7A7A7A. Windows color (decimal): -12544630 or 9082176. OLE color: 9082176.

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

Color convert

RGB64149138-
CMYK0.5700.070.42
HSL172.24º39.91%41.76%-
HSV(B)172.24º57.05%58.43%-
XYZ17.4524.4227.84-
YUV122.33136.8486.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.23%
GREEN value IS 149 (58.59% from 255) = 42.45%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=18.23%
G=42.45%
B=39.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641491380.5700.070.42172.2439.9141.76
Hex40958A39072Aac282a
Octal1002252127107522545052
Binary10000001001010110001010111001011110101010101100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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