#409382

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

Shades of Lochinvar #409382

Tints of Lochinvar #409382

Color information

#409382 (or 0x409382) is unknown color: approx Lochinvar. HEX triplet: 40, 93 and 82. RGB value is (64,147,130). Sum of RGB (Red+Green+Blue) = 64+147+130=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #409382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409382 is #BF6C7D. Grayscale: #787878. Windows color (decimal): -12545150 or 8557376. OLE color: 8557376.

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

Color convert

RGB64147130-
CMYK0.5600.120.42
HSL167.71º39.34%41.37%-
HSV(B)167.71º56.46%57.65%-
XYZ16.5823.5724.79-
YUV120.24133.587.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 130 (51.17% from 255) = 38.12%
R=18.77%
G=43.11%
B=38.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641471300.5600.120.42167.7139.3441.37
Hex409382380C2Aa82729
Octal10022320270014522504751
Binary100000010010011100000101110000110010101010101000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409382; }

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

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

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

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

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

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

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

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