#439086

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

Shades of Lochinvar #439086

Tints of Lochinvar #439086

Color information

#439086 (or 0x439086) is unknown color: approx Lochinvar. HEX triplet: 43, 90 and 86. RGB value is (67,144,134). Sum of RGB (Red+Green+Blue) = 67+144+134=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #439086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439086 is #BC6F79. Grayscale: #777777. Windows color (decimal): -12349306 or 8818755. OLE color: 8818755.

HSL color Cylindrical-coordinate representation of color #439086: hue angle of 172.21º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #439086 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB67144134-
CMYK0.5300.070.44
HSL172.21º36.49%41.37%-
HSV(B)172.21º53.47%56.47%-
XYZ16.5922.8626.09-
YUV119.84135.9990.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.42%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=19.42%
G=41.74%
B=38.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671441340.5300.070.44172.2136.4941.37
Hex43908635072Cac2429
Octal1032202066507542544451
Binary10000111001000010000110110101011110110010101100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439086; }

 p { color: rgb(67,144,134); }

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

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

 a { background-color: rgb(67,144,134); }

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

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

 span { border-color: rgb(67,144,134); }

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