#418D79

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

Shades of Lochinvar #418D79

Tints of Lochinvar #418D79

Color information

#418D79 (or 0x418D79) is unknown color: approx Lochinvar. HEX triplet: 41, 8D and 79. RGB value is (65,141,121). Sum of RGB (Red+Green+Blue) = 65+141+121=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #418D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D79 is #BE7286. Grayscale: #747474. Windows color (decimal): -12481159 or 7966017. OLE color: 7966017.

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

Color convert

RGB65141121-
CMYK0.5400.140.45
HSL164.21º36.89%40.39%-
HSV(B)164.21º53.9%55.29%-
XYZ15.1621.5521.45-
YUV116130.8291.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=19.88%
G=43.12%
B=37.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651411210.5400.140.45164.2136.8940.39
Hex418D79360E2Da42528
Octal10121517166016552444550
Binary10000011000110111110011101100111010110110100100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,141,121); }

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

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

 a { background-color: rgb(65,141,121); }

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

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

 span { border-color: rgb(65,141,121); }

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