#41917B

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

Shades of Lochinvar #41917B

Tints of Lochinvar #41917B

Color information

#41917B (or 0x41917B) is unknown color: approx Lochinvar. HEX triplet: 41, 91 and 7B. RGB value is (65,145,123). Sum of RGB (Red+Green+Blue) = 65+145+123=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #41917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41917B is #BE6E84. Grayscale: #767676. Windows color (decimal): -12480133 or 8098113. OLE color: 8098113.

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

Color convert

RGB65145123-
CMYK0.5500.150.43
HSL163.5º38.1%41.18%-
HSV(B)163.5º55.17%56.86%-
XYZ15.8822.822.3-
YUV118.57130.589.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.52%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=19.52%
G=43.54%
B=36.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451230.5500.150.43163.538.141.18
Hex41917B370F2Ba42629
Octal10122117367017532444651
Binary10000011001000111110111101110111110101110100100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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