#418E82

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

Shades of Lochinvar #418E82

Tints of Lochinvar #418E82

Color information

#418E82 (or 0x418E82) is unknown color: approx Lochinvar. HEX triplet: 41, 8E and 82. RGB value is (65,142,130). Sum of RGB (Red+Green+Blue) = 65+142+130=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 142 - color contains mainly: green. Hex color #418E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418E82 is #BE717D. Grayscale: #757575. Windows color (decimal): -12480894 or 8556097. OLE color: 8556097.

HSL color Cylindrical-coordinate representation of color #418E82: hue angle of 170.65º 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 #418E82 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB65142130-
CMYK0.5400.080.44
HSL170.65º37.2%40.59%-
HSV(B)170.65º54.23%55.69%-
XYZ15.8822.0824.54-
YUV117.61134.9990.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 142 (55.86% from 255) = 42.14%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=19.29%
G=42.14%
B=38.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651421300.5400.080.44170.6537.240.59
Hex418E8236082Cab2529
Octal10121620266010542534551
Binary100000110001110100000101101100100010110010101011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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