#439078

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

Shades of Lochinvar #439078

Tints of Lochinvar #439078

Color information

#439078 (or 0x439078) is unknown color: approx Lochinvar. HEX triplet: 43, 90 and 78. RGB value is (67,144,120). Sum of RGB (Red+Green+Blue) = 67+144+120=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #439078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439078 is #BC6F87. Grayscale: #767676. Windows color (decimal): -12349320 or 7901251. OLE color: 7901251.

HSL color Cylindrical-coordinate representation of color #439078: hue angle of 161.3º 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 #439078 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB67144120-
CMYK0.5300.170.44
HSL161.3º36.49%41.37%-
HSV(B)161.3º53.47%56.47%-
XYZ15.6822.521.29-
YUV118.24128.9991.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.24%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=20.24%
G=43.50%
B=36.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671441200.5300.170.44161.336.4941.37
Hex439078350112Ca12429
Octal10322017065021542414451
Binary100001110010000111100011010101000110110010100001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439078; }

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

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

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

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

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

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

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

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