#439182

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

Shades of Lochinvar #439182

Tints of Lochinvar #439182

Color information

#439182 (or 0x439182) is unknown color: approx Lochinvar. HEX triplet: 43, 91 and 82. RGB value is (67,145,130). Sum of RGB (Red+Green+Blue) = 67+145+130=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #439182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439182 is #BC6E7D. Grayscale: #777777. Windows color (decimal): -12349054 or 8556867. OLE color: 8556867.

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

Color convert

RGB67145130-
CMYK0.5400.100.43
HSL168.46º36.79%41.57%-
HSV(B)168.46º53.79%56.86%-
XYZ16.4723.0624.7-
YUV119.97133.6690.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.59%
GREEN value IS 145 (57.03% from 255) = 42.40%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=19.59%
G=42.40%
B=38.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal671451300.5400.100.43168.4636.7941.57
Hex439182360A2Ba8252a
Octal10322120266012532504552
Binary100001110010001100000101101100101010101110101000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439182; }

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

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

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

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

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

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

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

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