#418E7E

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

Shades of Lochinvar #418E7E

Tints of Lochinvar #418E7E

Color information

#418E7E (or 0x418E7E) is unknown color: approx Lochinvar. HEX triplet: 41, 8E and 7E. RGB value is (65,142,126). Sum of RGB (Red+Green+Blue) = 65+142+126=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #418E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418E7E is #BE7181. Grayscale: #757575. Windows color (decimal): -12480898 or 8293953. OLE color: 8293953.

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

Color convert

RGB65142126-
CMYK0.5400.110.44
HSL167.53º37.2%40.59%-
HSV(B)167.53º54.23%55.69%-
XYZ15.6221.9823.16-
YUV117.15132.9990.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.52%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 126 (49.61% from 255) = 37.84%
R=19.52%
G=42.64%
B=37.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651421260.5400.110.44167.5337.240.59
Hex418E7E360B2Ca82529
Octal10121617666013542504551
Binary10000011000111011111101101100101110110010101000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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