#439385

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

Shades of Lochinvar #439385

Tints of Lochinvar #439385

Color information

#439385 (or 0x439385) is unknown color: approx Lochinvar. HEX triplet: 43, 93 and 85. RGB value is (67,147,133). Sum of RGB (Red+Green+Blue) = 67+147+133=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #439385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439385 is #BC6C7A. Grayscale: #797979. Windows color (decimal): -12348539 or 8753987. OLE color: 8753987.

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

Color convert

RGB67147133-
CMYK0.5400.100.42
HSL169.5º37.38%41.96%-
HSV(B)169.5º54.42%57.65%-
XYZ16.9823.7525.88-
YUV121.48134.589.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.31%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=19.31%
G=42.36%
B=38.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671471330.5400.100.42169.537.3841.96
Hex439385360A2Aaa252a
Octal10322320566012522524552
Binary100001110010011100001011101100101010101010101010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439385; }

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

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

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

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

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

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

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

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