#41937D

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

Shades of Lochinvar #41937D

Tints of Lochinvar #41937D

Color information

#41937D (or 0x41937D) is unknown color: approx Lochinvar. HEX triplet: 41, 93 and 7D. RGB value is (65,147,125). Sum of RGB (Red+Green+Blue) = 65+147+125=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #41937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41937D is #BE6C82. Grayscale: #777777. Windows color (decimal): -12479619 or 8229697. OLE color: 8229697.

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

Color convert

RGB65147125-
CMYK0.5600.150.42
HSL163.9º38.68%41.57%-
HSV(B)163.9º55.78%57.65%-
XYZ16.3223.4723.07-
YUV119.97130.8388.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=19.29%
G=43.62%
B=37.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651471250.5600.150.42163.938.6841.57
Hex41937D380F2Aa4272a
Octal10122317570017522444752
Binary10000011001001111111011110000111110101010100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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