#409686

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

Shades of Lochinvar #409686

Tints of Lochinvar #409686

Color information

#409686 (or 0x409686) is unknown color: approx Lochinvar. HEX triplet: 40, 96 and 86. RGB value is (64,150,134). Sum of RGB (Red+Green+Blue) = 64+150+134=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #409686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409686 is #BF6979. Grayscale: #7A7A7A. Windows color (decimal): -12544378 or 8820288. OLE color: 8820288.

HSL color Cylindrical-coordinate representation of color #409686: hue angle of 168.84º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409686 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB64150134-
CMYK0.5700.110.41
HSL168.84º40.19%41.96%-
HSV(B)168.84º57.33%58.82%-
XYZ17.3224.6226.39-
YUV122.46134.5186.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.39%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 134 (52.73% from 255) = 38.51%
R=18.39%
G=43.10%
B=38.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641501340.5700.110.41168.8440.1941.96
Hex409686390B29a9282a
Octal10022620671013512515052
Binary100000010010110100001101110010101110100110101001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409686; }

 p { color: rgb(64,150,134); }

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

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

 a { background-color: rgb(64,150,134); }

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

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

 span { border-color: rgb(64,150,134); }

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