#418E80

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

Shades of Lochinvar #418E80

Tints of Lochinvar #418E80

Color information

#418E80 (or 0x418E80) is unknown color: approx Lochinvar. HEX triplet: 41, 8E and 80. RGB value is (65,142,128). Sum of RGB (Red+Green+Blue) = 65+142+128=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #418E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418E80 is #BE717F. Grayscale: #757575. Windows color (decimal): -12480896 or 8425025. OLE color: 8425025.

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

Color convert

RGB65142128-
CMYK0.5400.100.44
HSL169.09º37.2%40.59%-
HSV(B)169.09º54.23%55.69%-
XYZ15.7522.0323.84-
YUV117.38133.9990.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=19.40%
G=42.39%
B=38.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651421280.5400.100.44169.0937.240.59
Hex418E80360A2Ca92529
Octal10121620066012542514551
Binary100000110001110100000001101100101010110010101001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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