Html Css Color HEX #40937C Lochinvar

📋 copy color: '#40937C'

red 64 ◦ green 147 ◦ blue 124

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

Shades of Lochinvar #40937C

Tints of Lochinvar #40937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.88%

 BLUE value IS 124 (48.83% from 255) = 37.01%

R = 19.1%
G = 43.88%
B = 37.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#40937C (or 0x40937C) is known color: Lochinvar. HEX triplet: 40, 93 and 7C. RGB value is (64,147,124). Sum of RGB (Red+Green+Blue) = 64+147+124=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #40937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40937C is #BF6C83. Grayscale: #777777. Windows color (decimal): -12545156 or 8164160. OLE color: 8164160.

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

Color convert

RGB 64 147 124 -
CMYK 0.56 0 0.16 0.42
HSL 163.37º 0.39% 0.41% -
HSV(B) 163.37º 0.56% 0.58% -
XYZ 16.19 23.41 22.73 -
YUV 119.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 64 147 124 0.56 0 0.16 0.42 163.37 0.39 0.41
Hex 40 93 7C 38 0 10 2A A3 27 29
Octal 100 223 174 70 0 20 52 243 47 51
Binary 1000000 10010011 1111100 111000 0 10000 101010 10100011 100111 101001

Color Harmonies of #40937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40937C

Black with #40937C

Text Example


Text Example

White with #40937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40937C;
 }
 .AnyTagClassName
 {
   color: #40937C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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