#41978A

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

Shades of Lochinvar #41978A

Tints of Lochinvar #41978A

Color information

#41978A (or 0x41978A) is unknown color: approx Lochinvar. HEX triplet: 41, 97 and 8A. RGB value is (65,151,138). Sum of RGB (Red+Green+Blue) = 65+151+138=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #41978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41978A is #BE6875. Grayscale: #7B7B7B. Windows color (decimal): -12478582 or 9082689. OLE color: 9082689.

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

Color convert

RGB65151138-
CMYK0.5700.090.41
HSL170.93º39.81%42.35%-
HSV(B)170.93º56.95%59.22%-
XYZ17.8325.0927.95-
YUV123.8136.0186.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=18.36%
G=42.66%
B=38.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651511380.5700.090.41170.9339.8142.35
Hex41978A390929ab282a
Octal10122721271011512535052
Binary100000110010111100010101110010100110100110101011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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