Html Css Color HEX #40957D Lochinvar

📋 copy color: '#40957D'

red 64 ◦ green 149 ◦ blue 125

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

Shades of Lochinvar #40957D

Tints of Lochinvar #40957D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 18.93%
G = 44.08%
B = 36.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#40957D (or 0x40957D) is known color: Lochinvar. HEX triplet: 40, 95 and 7D. RGB value is (64,149,125). Sum of RGB (Red+Green+Blue) = 64+149+125=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #40957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40957D is #BF6A82. Grayscale: #787878. Windows color (decimal): -12544643 or 8230208. OLE color: 8230208.

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

Color convert

RGB 64 149 125 -
CMYK 0.57 0 0.16 0.42
HSL 163.06º 0.4% 0.42% -
HSV(B) 163.06º 0.57% 0.58% -
XYZ 16.56 24.07 23.17 -
YUV 120.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 64 149 125 0.57 0 0.16 0.42 163.06 0.4 0.42
Hex 40 95 7D 39 0 10 2A A3 28 2A
Octal 100 225 175 71 0 20 52 243 50 52
Binary 1000000 10010101 1111101 111001 0 10000 101010 10100011 101000 101010

Color Harmonies of #40957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40957D

Black with #40957D

Text Example


Text Example

White with #40957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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