#41917D

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

Shades of Lochinvar #41917D

Tints of Lochinvar #41917D

Color information

#41917D (or 0x41917D) is unknown color: approx Lochinvar. HEX triplet: 41, 91 and 7D. RGB value is (65,145,125). Sum of RGB (Red+Green+Blue) = 65+145+125=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #41917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41917D is #BE6E82. Grayscale: #767676. Windows color (decimal): -12480131 or 8229185. OLE color: 8229185.

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

Color convert

RGB65145125-
CMYK0.5500.140.43
HSL165º38.1%41.18%-
HSV(B)165º55.17%56.86%-
XYZ16.0122.8622.97-
YUV118.8131.589.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 125 (49.22% from 255) = 37.31%
R=19.40%
G=43.28%
B=37.31%

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
Decimal651451250.5500.140.4316538.141.18
Hex41917D370E2Ba52629
Octal10122117567016532454651
Binary10000011001000111111011101110111010101110100101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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