#409180

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

Shades of Lochinvar #409180

Tints of Lochinvar #409180

Color information

#409180 (or 0x409180) is unknown color: approx Lochinvar. HEX triplet: 40, 91 and 80. RGB value is (64,145,128). Sum of RGB (Red+Green+Blue) = 64+145+128=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #409180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409180 is #BF6E7F. Grayscale: #767676. Windows color (decimal): -12545664 or 8425792. OLE color: 8425792.

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

Color convert

RGB64145128-
CMYK0.5600.120.43
HSL167.41º38.76%40.98%-
HSV(B)167.41º55.86%56.86%-
XYZ16.1422.923.99-
YUV118.84133.1688.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=18.99%
G=43.03%
B=37.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641451280.5600.120.43167.4138.7640.98
Hex409180380C2Ba72729
Octal10022120070014532474751
Binary100000010010001100000001110000110010101110100111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409180; }

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

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

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

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

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

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

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

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