#418C80

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

Shades of Lochinvar #418C80

Tints of Lochinvar #418C80

Color information

#418C80 (or 0x418C80) is unknown color: approx Lochinvar. HEX triplet: 41, 8C and 80. RGB value is (65,140,128). Sum of RGB (Red+Green+Blue) = 65+140+128=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #418C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418C80 is #BE737F. Grayscale: #747474. Windows color (decimal): -12481408 or 8424513. OLE color: 8424513.

HSL color Cylindrical-coordinate representation of color #418C80: hue angle of 170.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418C80 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB65140128-
CMYK0.5400.090.45
HSL170.4º36.59%40.2%-
HSV(B)170.4º53.57%54.9%-
XYZ15.4521.4423.75-
YUV116.21134.6591.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.52%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=19.52%
G=42.04%
B=38.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651401280.5400.090.45170.436.5940.2
Hex418C8036092Daa2528
Octal10121420066011552524550
Binary100000110001100100000001101100100110110110101010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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