#43947B

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

Shades of Lochinvar #43947B

Tints of Lochinvar #43947B

Color information

#43947B (or 0x43947B) is unknown color: approx Lochinvar. HEX triplet: 43, 94 and 7B. RGB value is (67,148,123). Sum of RGB (Red+Green+Blue) = 67+148+123=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #43947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43947B is #BC6B84. Grayscale: #787878. Windows color (decimal): -12348293 or 8098883. OLE color: 8098883.

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

Color convert

RGB67148123-
CMYK0.5500.170.42
HSL161.48º37.67%42.16%-
HSV(B)161.48º54.73%58.04%-
XYZ16.4823.822.46-
YUV120.93129.1689.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.82%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=19.82%
G=43.79%
B=36.39%

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
Decimal671481230.5500.170.42161.4837.6742.16
Hex43947B370112Aa1262a
Octal10322417367021522414652
Binary100001110010100111101111011101000110101010100001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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