#409480

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

Shades of Lochinvar #409480

Tints of Lochinvar #409480

Color information

#409480 (or 0x409480) is unknown color: approx Lochinvar. HEX triplet: 40, 94 and 80. RGB value is (64,148,128). Sum of RGB (Red+Green+Blue) = 64+148+128=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #409480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409480 is #BF6B7F. Grayscale: #787878. Windows color (decimal): -12544896 or 8426560. OLE color: 8426560.

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

Color convert

RGB64148128-
CMYK0.5700.140.42
HSL165.71º39.62%41.57%-
HSV(B)165.71º56.76%58.04%-
XYZ16.623.8324.15-
YUV120.6132.1787.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.82%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=18.82%
G=43.53%
B=37.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641481280.5700.140.42165.7139.6241.57
Hex409480390E2Aa6282a
Octal10022420071016522465052
Binary100000010010100100000001110010111010101010100110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409480; }

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

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

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

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

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

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

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

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