#418D7C

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

Shades of Lochinvar #418D7C

Tints of Lochinvar #418D7C

Color information

#418D7C (or 0x418D7C) is unknown color: approx Lochinvar. HEX triplet: 41, 8D and 7C. RGB value is (65,141,124). Sum of RGB (Red+Green+Blue) = 65+141+124=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #418D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D7C is #BE7283. Grayscale: #747474. Windows color (decimal): -12481156 or 8162625. OLE color: 8162625.

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

Color convert

RGB65141124-
CMYK0.5400.120.45
HSL166.58º36.89%40.39%-
HSV(B)166.58º53.9%55.29%-
XYZ15.3421.6322.43-
YUV116.34132.3291.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=19.70%
G=42.73%
B=37.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651411240.5400.120.45166.5836.8940.39
Hex418D7C360C2Da72528
Octal10121517466014552474550
Binary10000011000110111111001101100110010110110100111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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