#439278

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

Shades of Lochinvar #439278

Tints of Lochinvar #439278

Color information

#439278 (or 0x439278) is unknown color: approx Lochinvar. HEX triplet: 43, 92 and 78. RGB value is (67,146,120). Sum of RGB (Red+Green+Blue) = 67+146+120=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #439278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439278 is #BC6D87. Grayscale: #777777. Windows color (decimal): -12348808 or 7901763. OLE color: 7901763.

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

Color convert

RGB67146120-
CMYK0.5400.180.43
HSL160.25º37.09%41.76%-
HSV(B)160.25º54.11%57.25%-
XYZ15.9823.1121.39-
YUV119.42128.3390.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.12%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=20.12%
G=43.84%
B=36.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal671461200.5400.180.43160.2537.0941.76
Hex439278360122Ba0252a
Octal10322217066022532404552
Binary100001110010010111100011011001001010101110100000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439278; }

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

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

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

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

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

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

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

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