#439580

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

Shades of Lochinvar #439580

Tints of Lochinvar #439580

Color information

#439580 (or 0x439580) is unknown color: approx Lochinvar. HEX triplet: 43, 95 and 80. RGB value is (67,149,128). Sum of RGB (Red+Green+Blue) = 67+149+128=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #439580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439580 is #BC6A7F. Grayscale: #7A7A7A. Windows color (decimal): -12348032 or 8426819. OLE color: 8426819.

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

Color convert

RGB67149128-
CMYK0.5500.140.42
HSL164.63º37.96%42.35%-
HSV(B)164.63º55.03%58.43%-
XYZ16.9624.2524.21-
YUV122.09131.3388.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.48%
GREEN value IS 149 (58.59% from 255) = 43.31%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=19.48%
G=43.31%
B=37.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671491280.5500.140.42164.6337.9642.35
Hex439580370E2Aa5262a
Octal10322520067016522454652
Binary100001110010101100000001101110111010101010100101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439580; }

 p { color: rgb(67,149,128); }

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

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

 a { background-color: rgb(67,149,128); }

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

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

 span { border-color: rgb(67,149,128); }

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