#408E80

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

Shades of Lochinvar #408E80

Tints of Lochinvar #408E80

Color information

#408E80 (or 0x408E80) is unknown color: approx Lochinvar. HEX triplet: 40, 8E and 80. RGB value is (64,142,128). Sum of RGB (Red+Green+Blue) = 64+142+128=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #408E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408E80 is #BF717F. Grayscale: #757575. Windows color (decimal): -12546432 or 8425024. OLE color: 8425024.

HSL color Cylindrical-coordinate representation of color #408E80: hue angle of 169.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E80 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB64142128-
CMYK0.5500.100.44
HSL169.23º37.86%40.39%-
HSV(B)169.23º54.93%55.69%-
XYZ15.6821.9923.84-
YUV117.08134.1690.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.16%
GREEN value IS 142 (55.86% from 255) = 42.51%
BLUE value IS 128 (50.39% from 255) = 38.32%
R=19.16%
G=42.51%
B=38.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641421280.5500.100.44169.2337.8640.39
Hex408E80370A2Ca92628
Octal10021620067012542514650
Binary100000010001110100000001101110101010110010101001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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