#409384

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

Shades of Lochinvar #409384

Tints of Lochinvar #409384

Color information

#409384 (or 0x409384) is unknown color: approx Lochinvar. HEX triplet: 40, 93 and 84. RGB value is (64,147,132). Sum of RGB (Red+Green+Blue) = 64+147+132=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #409384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409384 is #BF6C7B. Grayscale: #787878. Windows color (decimal): -12545148 or 8688448. OLE color: 8688448.

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

Color convert

RGB64147132-
CMYK0.5600.100.42
HSL169.16º39.34%41.37%-
HSV(B)169.16º56.46%57.65%-
XYZ16.7123.6225.51-
YUV120.47134.587.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=18.66%
G=42.86%
B=38.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641471320.5600.100.42169.1639.3441.37
Hex409384380A2Aa92729
Octal10022320470012522514751
Binary100000010010011100001001110000101010101010101001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409384; }

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

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

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

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

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

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

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

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