#43957D

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

Shades of Lochinvar #43957D

Tints of Lochinvar #43957D

Color information

#43957D (or 0x43957D) is unknown color: approx Lochinvar. HEX triplet: 43, 95 and 7D. RGB value is (67,149,125). Sum of RGB (Red+Green+Blue) = 67+149+125=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #43957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43957D is #BC6A82. Grayscale: #797979. Windows color (decimal): -12348035 or 8230211. OLE color: 8230211.

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

Color convert

RGB67149125-
CMYK0.5500.160.42
HSL162.44º37.96%42.35%-
HSV(B)162.44º55.03%58.43%-
XYZ16.7624.1723.18-
YUV121.75129.8388.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.65%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=19.65%
G=43.70%
B=36.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671491250.5500.160.42162.4437.9642.35
Hex43957D370102Aa2262a
Octal10322517567020522424652
Binary100001110010101111110111011101000010101010100010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43957D; }

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

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

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

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

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

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

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

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