#409388

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

Shades of Lochinvar #409388

Tints of Lochinvar #409388

Color information

#409388 (or 0x409388) is unknown color: approx Lochinvar. HEX triplet: 40, 93 and 88. RGB value is (64,147,136). Sum of RGB (Red+Green+Blue) = 64+147+136=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #409388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409388 is #BF6C77. Grayscale: #787878. Windows color (decimal): -12545144 or 8950592. OLE color: 8950592.

HSL color Cylindrical-coordinate representation of color #409388: hue angle of 172.05º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409388 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB64147136-
CMYK0.5600.070.42
HSL172.05º39.34%41.37%-
HSV(B)172.05º56.46%57.65%-
XYZ16.9923.7426.98-
YUV120.93136.587.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=18.44%
G=42.36%
B=39.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641471360.5600.070.42172.0539.3441.37
Hex40938838072Aac2729
Octal1002232107007522544751
Binary10000001001001110001000111000011110101010101100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409388; }

 p { color: rgb(64,147,136); }

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

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

 a { background-color: rgb(64,147,136); }

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

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

 span { border-color: rgb(64,147,136); }

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