Html Css Color HEX #40968A Lochinvar

📋 copy color: '#40968A'

red 64 ◦ green 150 ◦ blue 138

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

Shades of Lochinvar #40968A

Tints of Lochinvar #40968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 18.18%
G = 42.61%
B = 39.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#40968A (or 0x40968A) is known color: Lochinvar. HEX triplet: 40, 96 and 8A. RGB value is (64,150,138). Sum of RGB (Red+Green+Blue) = 64+150+138=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #40968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40968A is #BF6975. Grayscale: #7A7A7A. Windows color (decimal): -12544374 or 9082432. OLE color: 9082432.

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

Color convert

RGB 64 150 138 -
CMYK 0.57 0 0.08 0.41
HSL 171.63º 0.4% 0.42% -
HSV(B) 171.63º 0.57% 0.59% -
XYZ 17.61 24.74 27.89 -
YUV 122.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 64 150 138 0.57 0 0.08 0.41 171.63 0.4 0.42
Hex 40 96 8A 39 0 8 29 AC 28 2A
Octal 100 226 212 71 0 10 51 254 50 52
Binary 1000000 10010110 10001010 111001 0 1000 101001 10101100 101000 101010

Color Harmonies of #40968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40968A

Black with #40968A

Text Example


Text Example

White with #40968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40968A;
 }
 .AnyTagClassName
 {
   color: #40968A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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