#409588

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

Shades of Lochinvar #409588

Tints of Lochinvar #409588

Color information

#409588 (or 0x409588) is unknown color: approx Lochinvar. HEX triplet: 40, 95 and 88. RGB value is (64,149,136). Sum of RGB (Red+Green+Blue) = 64+149+136=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #409588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409588 is #BF6A77. Grayscale: #7A7A7A. Windows color (decimal): -12544632 or 8951104. OLE color: 8951104.

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

Color convert

RGB64149136-
CMYK0.5700.090.42
HSL170.82º39.91%41.76%-
HSV(B)170.82º57.05%58.43%-
XYZ17.3124.3627.08-
YUV122.1135.8486.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.34%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=18.34%
G=42.69%
B=38.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641491360.5700.090.42170.8239.9141.76
Hex40958839092Aab282a
Octal10022521071011522535052
Binary100000010010101100010001110010100110101010101011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409588; }

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

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

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

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

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

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

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

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