#41937A

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

Shades of Lochinvar #41937A

Tints of Lochinvar #41937A

Color information

#41937A (or 0x41937A) is unknown color: approx Lochinvar. HEX triplet: 41, 93 and 7A. RGB value is (65,147,122). Sum of RGB (Red+Green+Blue) = 65+147+122=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #41937A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41937A is #BE6C85. Grayscale: #777777. Windows color (decimal): -12479622 or 8033089. OLE color: 8033089.

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

Color convert

RGB65147122-
CMYK0.5600.170.42
HSL161.71º38.68%41.57%-
HSV(B)161.71º55.78%57.65%-
XYZ16.1323.422.08-
YUV119.63129.3389.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=19.46%
G=44.01%
B=36.53%

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
Decimal651471220.5600.170.42161.7138.6841.57
Hex41937A380112Aa2272a
Octal10122317270021522424752
Binary100000110010011111101011100001000110101010100010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,147,122); }

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

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

 a { background-color: rgb(65,147,122); }

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

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

 span { border-color: rgb(65,147,122); }

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