#418C82

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

Shades of Lochinvar #418C82

Tints of Lochinvar #418C82

Color information

#418C82 (or 0x418C82) is unknown color: approx Lochinvar. HEX triplet: 41, 8C and 82. RGB value is (65,140,130). Sum of RGB (Red+Green+Blue) = 65+140+130=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #418C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418C82 is #BE737D. Grayscale: #747474. Windows color (decimal): -12481406 or 8555585. OLE color: 8555585.

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

Color convert

RGB65140130-
CMYK0.5400.070.45
HSL172º36.59%40.2%-
HSV(B)172º53.57%54.9%-
XYZ15.5921.4924.45-
YUV116.44135.6591.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=19.40%
G=41.79%
B=38.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651401300.5400.070.4517236.5940.2
Hex418C8236072Dac2528
Octal1012142026607552544550
Binary10000011000110010000010110110011110110110101100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,140,130); }

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

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

 a { background-color: rgb(65,140,130); }

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

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

 span { border-color: rgb(65,140,130); }

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