#43957F

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

Shades of Lochinvar #43957F

Tints of Lochinvar #43957F

Color information

#43957F (or 0x43957F) is unknown color: approx Lochinvar. HEX triplet: 43, 95 and 7F. RGB value is (67,149,127). Sum of RGB (Red+Green+Blue) = 67+149+127=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #43957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43957F is #BC6A80. Grayscale: #797979. Windows color (decimal): -12348033 or 8361283. OLE color: 8361283.

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

Color convert

RGB67149127-
CMYK0.5500.150.42
HSL163.9º37.96%42.35%-
HSV(B)163.9º55.03%58.43%-
XYZ16.8924.2223.86-
YUV121.97130.8388.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.53%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 127 (50% from 255) = 37.03%
R=19.53%
G=43.44%
B=37.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671491270.5500.150.42163.937.9642.35
Hex43957F370F2Aa4262a
Octal10322517767017522444652
Binary10000111001010111111111101110111110101010100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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