#439382

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

Shades of Lochinvar #439382

Tints of Lochinvar #439382

Color information

#439382 (or 0x439382) is unknown color: approx Lochinvar. HEX triplet: 43, 93 and 82. RGB value is (67,147,130). Sum of RGB (Red+Green+Blue) = 67+147+130=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #439382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439382 is #BC6C7D. Grayscale: #797979. Windows color (decimal): -12348542 or 8557379. OLE color: 8557379.

HSL color Cylindrical-coordinate representation of color #439382: hue angle of 167.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #439382 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB67147130-
CMYK0.5400.120.42
HSL167.25º37.38%41.96%-
HSV(B)167.25º54.42%57.65%-
XYZ16.7823.6724.8-
YUV121.1413389.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.48%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=19.48%
G=42.73%
B=37.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671471300.5400.120.42167.2537.3841.96
Hex439382360C2Aa7252a
Octal10322320266014522474552
Binary100001110010011100000101101100110010101010100111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439382; }

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

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

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

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

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

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

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

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