#41917C

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

Shades of Lochinvar #41917C

Tints of Lochinvar #41917C

Color information

#41917C (or 0x41917C) is unknown color: approx Lochinvar. HEX triplet: 41, 91 and 7C. RGB value is (65,145,124). Sum of RGB (Red+Green+Blue) = 65+145+124=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #41917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41917C is #BE6E83. Grayscale: #767676. Windows color (decimal): -12480132 or 8163649. OLE color: 8163649.

HSL color Cylindrical-coordinate representation of color #41917C: hue angle of 164.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41917C is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB65145124-
CMYK0.5500.140.43
HSL164.25º38.1%41.18%-
HSV(B)164.25º55.17%56.86%-
XYZ15.9422.8322.64-
YUV118.6913189.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=19.46%
G=43.41%
B=37.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451240.5500.140.43164.2538.141.18
Hex41917C370E2Ba42629
Octal10122117467016532444651
Binary10000011001000111111001101110111010101110100100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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