#43957B

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

Shades of Lochinvar #43957B

Tints of Lochinvar #43957B

Color information

#43957B (or 0x43957B) is unknown color: approx Lochinvar. HEX triplet: 43, 95 and 7B. RGB value is (67,149,123). Sum of RGB (Red+Green+Blue) = 67+149+123=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #43957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43957B is #BC6A84. Grayscale: #797979. Windows color (decimal): -12348037 or 8099139. OLE color: 8099139.

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

Color convert

RGB67149123-
CMYK0.5500.170.42
HSL160.98º37.96%42.35%-
HSV(B)160.98º55.03%58.43%-
XYZ16.6424.1222.52-
YUV121.52128.8389.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.76%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=19.76%
G=43.95%
B=36.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671491230.5500.170.42160.9837.9642.35
Hex43957B370112Aa1262a
Octal10322517367021522414652
Binary100001110010101111101111011101000110101010100001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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