#41897E

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

Shades of Lochinvar #41897E

Tints of Lochinvar #41897E

Color information

#41897E (or 0x41897E) is unknown color: approx Lochinvar. HEX triplet: 41, 89 and 7E. RGB value is (65,137,126). Sum of RGB (Red+Green+Blue) = 65+137+126=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #41897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41897E is #BE7681. Grayscale: #727272. Windows color (decimal): -12482178 or 8292673. OLE color: 8292673.

HSL color Cylindrical-coordinate representation of color #41897E: hue angle of 170.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41897E is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB65137126-
CMYK0.5300.080.46
HSL170.83º35.64%39.61%-
HSV(B)170.83º52.55%53.73%-
XYZ14.8920.5222.91-
YUV114.22134.6592.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=19.82%
G=41.77%
B=38.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651371260.5300.080.46170.8335.6439.61
Hex41897E35082Eab2428
Octal10121117665010562534450
Binary10000011000100111111101101010100010111010101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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