#409185

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

Shades of Lochinvar #409185

Tints of Lochinvar #409185

Color information

#409185 (or 0x409185) is unknown color: approx Lochinvar. HEX triplet: 40, 91 and 85. RGB value is (64,145,133). Sum of RGB (Red+Green+Blue) = 64+145+133=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #409185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409185 is #BF6E7A. Grayscale: #777777. Windows color (decimal): -12545659 or 8753472. OLE color: 8753472.

HSL color Cylindrical-coordinate representation of color #409185: hue angle of 171.11º 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 #409185 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB64145133-
CMYK0.5600.080.43
HSL171.11º38.76%40.98%-
HSV(B)171.11º55.86%56.86%-
XYZ16.4723.0325.77-
YUV119.41135.6688.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.71%
GREEN value IS 145 (57.03% from 255) = 42.40%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=18.71%
G=42.40%
B=38.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641451330.5600.080.43171.1138.7640.98
Hex40918538082Bab2729
Octal10022120570010532534751
Binary100000010010001100001011110000100010101110101011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409185; }

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

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

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

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

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

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

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

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