#41957E

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

Shades of Lochinvar #41957E

Tints of Lochinvar #41957E

Color information

#41957E (or 0x41957E) is unknown color: approx Lochinvar. HEX triplet: 41, 95 and 7E. RGB value is (65,149,126). Sum of RGB (Red+Green+Blue) = 65+149+126=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #41957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41957E is #BE6A81. Grayscale: #797979. Windows color (decimal): -12479106 or 8295745. OLE color: 8295745.

HSL color Cylindrical-coordinate representation of color #41957E: hue angle of 163.57º 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 #41957E is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB65149126-
CMYK0.5600.150.42
HSL163.57º39.25%41.96%-
HSV(B)163.57º56.38%58.43%-
XYZ16.6924.1323.52-
YUV121.26130.6787.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=19.12%
G=43.82%
B=37.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651491260.5600.150.42163.5739.2541.96
Hex41957E380F2Aa4272a
Octal10122517670017522444752
Binary10000011001010111111101110000111110101010100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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