#41978C

Color #41978C Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #41978C

Tints of Lochinvar #41978C

Color information

#41978C (or 0x41978C) is unknown color: approx Lochinvar. HEX triplet: 41, 97 and 8C. RGB value is (65,151,140). Sum of RGB (Red+Green+Blue) = 65+151+140=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #41978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41978C is #BE6873. Grayscale: #7B7B7B. Windows color (decimal): -12478580 or 9213761. OLE color: 9213761.

HSL color Cylindrical-coordinate representation of color #41978C: hue angle of 172.33º 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 #41978C is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB65151140-
CMYK0.5700.070.41
HSL172.33º39.81%42.35%-
HSV(B)172.33º56.95%59.22%-
XYZ17.9825.1528.72-
YUV124.03137.0185.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.26%
GREEN value IS 151 (59.38% from 255) = 42.42%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=18.26%
G=42.42%
B=39.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651511400.5700.070.41172.3339.8142.35
Hex41978C390729ac282a
Octal1012272147107512545052
Binary10000011001011110001100111001011110100110101100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,151,140); }

 H1.HeaderClassName
 {
   color: #41978C;
 }
 .AnyTagClassName
 {
   color: #41978C;
 }
</style>
background-color css

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

 a { background-color: rgb(65,151,140); }

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

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

 span { border-color: rgb(65,151,140); }

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