Html Css Color HEX #40978A Lochinvar

📋 copy color: '#40978A'

red 64 ◦ green 151 ◦ blue 138

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

Shades of Lochinvar #40978A

Tints of Lochinvar #40978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

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

R = 18.13%
G = 42.78%
B = 39.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#40978A (or 0x40978A) is known color: Lochinvar. HEX triplet: 40, 97 and 8A. RGB value is (64,151,138). Sum of RGB (Red+Green+Blue) = 64+151+138=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #40978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40978A is #BF6875. Grayscale: #7B7B7B. Windows color (decimal): -12544118 or 9082688. OLE color: 9082688.

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

Color convert

RGB 64 151 138 -
CMYK 0.58 0 0.09 0.41
HSL 171.03º 0.4% 0.42% -
HSV(B) 171.03º 0.58% 0.59% -
XYZ 17.77 25.06 27.94 -
YUV 123.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 64 151 138 0.58 0 0.09 0.41 171.03 0.4 0.42
Hex 40 97 8A 3A 0 9 29 AB 28 2A
Octal 100 227 212 72 0 11 51 253 50 52
Binary 1000000 10010111 10001010 111010 0 1001 101001 10101011 101000 101010

Color Harmonies of #40978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40978A

Black with #40978A

Text Example


Text Example

White with #40978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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