#418E85

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

Shades of Lochinvar #418E85

Tints of Lochinvar #418E85

Color information

#418E85 (or 0x418E85) is unknown color: approx Lochinvar. HEX triplet: 41, 8E and 85. RGB value is (65,142,133). Sum of RGB (Red+Green+Blue) = 65+142+133=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 142 - color contains mainly: green. Hex color #418E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418E85 is #BE717A. Grayscale: #757575. Windows color (decimal): -12480891 or 8752705. OLE color: 8752705.

HSL color Cylindrical-coordinate representation of color #418E85: hue angle of 172.99º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418E85 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB65142133-
CMYK0.5400.060.44
HSL172.99º37.2%40.59%-
HSV(B)172.99º54.23%55.69%-
XYZ16.0922.1625.62-
YUV117.95136.4990.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 142 (55.86% from 255) = 41.76%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=19.12%
G=41.76%
B=39.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651421330.5400.060.44172.9937.240.59
Hex418E8536062Cad2529
Octal1012162056606542554551
Binary10000011000111010000101110110011010110010101101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418E85; }

 p { color: rgb(65,142,133); }

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

<style>
 a { background-color: #418E85; }

 a { background-color: rgb(65,142,133); }

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

<style>
 span { border-color: #418E85; }

 span { border-color: rgb(65,142,133); }

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