#41917E

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

Shades of Lochinvar #41917E

Tints of Lochinvar #41917E

Color information

#41917E (or 0x41917E) is unknown color: approx Lochinvar. HEX triplet: 41, 91 and 7E. RGB value is (65,145,126). Sum of RGB (Red+Green+Blue) = 65+145+126=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #41917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41917E is #BE6E81. Grayscale: #767676. Windows color (decimal): -12480130 or 8294721. OLE color: 8294721.

HSL color Cylindrical-coordinate representation of color #41917E: hue angle of 165.75º 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 #41917E is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB65145126-
CMYK0.5500.130.43
HSL165.75º38.1%41.18%-
HSV(B)165.75º55.17%56.86%-
XYZ16.0722.8823.31-
YUV118.9113289.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=19.35%
G=43.15%
B=37.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451260.5500.130.43165.7538.141.18
Hex41917E370D2Ba62629
Octal10122117667015532464651
Binary10000011001000111111101101110110110101110100110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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