#409684

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

Shades of Lochinvar #409684

Tints of Lochinvar #409684

Color information

#409684 (or 0x409684) is unknown color: approx Lochinvar. HEX triplet: 40, 96 and 84. RGB value is (64,150,132). Sum of RGB (Red+Green+Blue) = 64+150+132=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #409684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409684 is #BF697B. Grayscale: #7A7A7A. Windows color (decimal): -12544380 or 8689216. OLE color: 8689216.

HSL color Cylindrical-coordinate representation of color #409684: hue angle of 167.44º 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 #409684 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB64150132-
CMYK0.5700.120.41
HSL167.44º40.19%41.96%-
HSV(B)167.44º57.33%58.82%-
XYZ17.1924.5725.67-
YUV122.23133.5186.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=18.50%
G=43.35%
B=38.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641501320.5700.120.41167.4440.1941.96
Hex409684390C29a7282a
Octal10022620471014512475052
Binary100000010010110100001001110010110010100110100111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409684; }

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

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

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

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

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

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

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

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