#41957C

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

Shades of Lochinvar #41957C

Tints of Lochinvar #41957C

Color information

#41957C (or 0x41957C) is unknown color: approx Lochinvar. HEX triplet: 41, 95 and 7C. RGB value is (65,149,124). Sum of RGB (Red+Green+Blue) = 65+149+124=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #41957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41957C is #BE6A83. Grayscale: #797979. Windows color (decimal): -12479108 or 8164673. OLE color: 8164673.

HSL color Cylindrical-coordinate representation of color #41957C: hue angle of 162.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41957C is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB65149124-
CMYK0.5600.170.42
HSL162.14º39.25%41.96%-
HSV(B)162.14º56.38%58.43%-
XYZ16.5724.0722.84-
YUV121.03129.6788.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=19.23%
G=44.08%
B=36.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651491240.5600.170.42162.1439.2541.96
Hex41957C380112Aa2272a
Octal10122517470021522424752
Binary100000110010101111110011100001000110101010100010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,149,124); }

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

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

 a { background-color: rgb(65,149,124); }

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

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

 span { border-color: rgb(65,149,124); }

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