#418E84

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

Shades of Lochinvar #418E84

Tints of Lochinvar #418E84

Color information

#418E84 (or 0x418E84) is unknown color: approx Lochinvar. HEX triplet: 41, 8E and 84. RGB value is (65,142,132). Sum of RGB (Red+Green+Blue) = 65+142+132=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 142 - color contains mainly: green. Hex color #418E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418E84 is #BE717B. Grayscale: #757575. Windows color (decimal): -12480892 or 8687169. OLE color: 8687169.

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

Color convert

RGB65142132-
CMYK0.5400.070.44
HSL172.21º37.2%40.59%-
HSV(B)172.21º54.23%55.69%-
XYZ16.0222.1425.26-
YUV117.84135.9990.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 142 (55.86% from 255) = 41.89%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=19.17%
G=41.89%
B=38.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651421320.5400.070.44172.2137.240.59
Hex418E8436072Cac2529
Octal1012162046607542544551
Binary10000011000111010000100110110011110110010101100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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