#408E7E

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

Shades of Lochinvar #408E7E

Tints of Lochinvar #408E7E

Color information

#408E7E (or 0x408E7E) is unknown color: approx Lochinvar. HEX triplet: 40, 8E and 7E. RGB value is (64,142,126). Sum of RGB (Red+Green+Blue) = 64+142+126=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #408E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E7E is #BF7181. Grayscale: #747474. Windows color (decimal): -12546434 or 8293952. OLE color: 8293952.

HSL color Cylindrical-coordinate representation of color #408E7E: hue angle of 167.69º 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 #408E7E is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB64142126-
CMYK0.5500.110.44
HSL167.69º37.86%40.39%-
HSV(B)167.69º54.93%55.69%-
XYZ15.5521.9423.15-
YUV116.85133.1690.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.28%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 126 (49.61% from 255) = 37.95%
R=19.28%
G=42.77%
B=37.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641421260.5500.110.44167.6937.8640.39
Hex408E7E370B2Ca82628
Octal10021617667013542504650
Binary10000001000111011111101101110101110110010101000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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