Html Css Color HEX #40957E Lochinvar

📋 copy color: '#40957E'

red 64 ◦ green 149 ◦ blue 126

#40957E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #40957E

Tints of Lochinvar #40957E

RGB

 RED value IS 64 (25.39% from 255) = 18.88%

 GREEN value IS 149 (58.59% from 255) = 43.95%

 BLUE value IS 126 (49.61% from 255) = 37.17%

R = 18.88%
G = 43.95%
B = 37.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#40957E (or 0x40957E) is known color: Lochinvar. HEX triplet: 40, 95 and 7E. RGB value is (64,149,126). Sum of RGB (Red+Green+Blue) = 64+149+126=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #40957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40957E is #BF6A81. Grayscale: #787878. Windows color (decimal): -12544642 or 8295744. OLE color: 8295744.

HSL color Cylindrical-coordinate representation of color #40957E: hue angle of 163.76º 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 #40957E is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 126 -
CMYK 0.57 0 0.15 0.42
HSL 163.76º 0.4% 0.42% -
HSV(B) 163.76º 0.57% 0.58% -
XYZ 16.63 24.09 23.51 -
YUV 120.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 64 149 126 0.57 0 0.15 0.42 163.76 0.4 0.42
Hex 40 95 7E 39 0 F 2A A4 28 2A
Octal 100 225 176 71 0 17 52 244 50 52
Binary 1000000 10010101 1111110 111001 0 1111 101010 10100100 101000 101010

Color Harmonies of #40957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40957E

Black with #40957E

Text Example


Text Example

White with #40957E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40957E;
 }
 .AnyTagClassName
 {
   color: #40957E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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