#439582

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

Shades of Lochinvar #439582

Tints of Lochinvar #439582

Color information

#439582 (or 0x439582) is unknown color: approx Lochinvar. HEX triplet: 43, 95 and 82. RGB value is (67,149,130). Sum of RGB (Red+Green+Blue) = 67+149+130=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #439582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439582 is #BC6A7D. Grayscale: #7A7A7A. Windows color (decimal): -12348030 or 8557891. OLE color: 8557891.

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

Color convert

RGB67149130-
CMYK0.5500.130.42
HSL166.1º37.96%42.35%-
HSV(B)166.1º55.03%58.43%-
XYZ17.0924.324.91-
YUV122.32132.3388.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.36%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=19.36%
G=43.06%
B=37.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671491300.5500.130.42166.137.9642.35
Hex439582370D2Aa6262a
Octal10322520267015522464652
Binary100001110010101100000101101110110110101010100110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439582; }

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

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

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

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

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

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

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

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