#41897D

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

Shades of Lochinvar #41897D

Tints of Lochinvar #41897D

Color information

#41897D (or 0x41897D) is unknown color: approx Lochinvar. HEX triplet: 41, 89 and 7D. RGB value is (65,137,125). Sum of RGB (Red+Green+Blue) = 65+137+125=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #41897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41897D is #BE7682. Grayscale: #727272. Windows color (decimal): -12482179 or 8227137. OLE color: 8227137.

HSL color Cylindrical-coordinate representation of color #41897D: hue angle of 170º 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 #41897D is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB65137125-
CMYK0.5300.090.46
HSL170º35.64%39.61%-
HSV(B)170º52.55%53.73%-
XYZ14.8320.522.58-
YUV114.1134.1592.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=19.88%
G=41.90%
B=38.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651371250.5300.090.4617035.6439.61
Hex41897D35092Eaa2428
Octal10121117565011562524450
Binary10000011000100111111011101010100110111010101010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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