#409584

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

Shades of Lochinvar #409584

Tints of Lochinvar #409584

Color information

#409584 (or 0x409584) is unknown color: approx Lochinvar. HEX triplet: 40, 95 and 84. RGB value is (64,149,132). Sum of RGB (Red+Green+Blue) = 64+149+132=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #409584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409584 is #BF6A7B. Grayscale: #797979. Windows color (decimal): -12544636 or 8688960. OLE color: 8688960.

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

Color convert

RGB64149132-
CMYK0.5700.110.42
HSL168º39.91%41.76%-
HSV(B)168º57.05%58.43%-
XYZ17.0324.2525.61-
YUV121.65133.8486.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.55%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=18.55%
G=43.19%
B=38.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641491320.5700.110.4216839.9141.76
Hex409584390B2Aa8282a
Octal10022520471013522505052
Binary100000010010101100001001110010101110101010101000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409584; }

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

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

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

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

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

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

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

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