#409187

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

Shades of Lochinvar #409187

Tints of Lochinvar #409187

Color information

#409187 (or 0x409187) is unknown color: approx Lochinvar. HEX triplet: 40, 91 and 87. RGB value is (64,145,135). Sum of RGB (Red+Green+Blue) = 64+145+135=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #409187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409187 is #BF6E78. Grayscale: #777777. Windows color (decimal): -12545657 or 8884544. OLE color: 8884544.

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

Color convert

RGB64145135-
CMYK0.5600.070.43
HSL172.59º38.76%40.98%-
HSV(B)172.59º55.86%56.86%-
XYZ16.6123.0926.5-
YUV119.64136.6688.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=18.60%
G=42.15%
B=39.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641451350.5600.070.43172.5938.7640.98
Hex40918738072Bad2729
Octal1002212077007532554751
Binary10000001001000110000111111000011110101110101101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409187; }

 p { color: rgb(64,145,135); }

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

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

 a { background-color: rgb(64,145,135); }

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

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

 span { border-color: rgb(64,145,135); }

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