#47937E

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

Shades of Lochinvar #47937E

Tints of Lochinvar #47937E

Color information

#47937E (or 0x47937E) is unknown color: approx Lochinvar. HEX triplet: 47, 93 and 7E. RGB value is (71,147,126). Sum of RGB (Red+Green+Blue) = 71+147+126=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #47937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47937E is #B86C81. Grayscale: #797979. Windows color (decimal): -12086402 or 8295239. OLE color: 8295239.

HSL color Cylindrical-coordinate representation of color #47937E: hue angle of 163.42º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47937E is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB71147126-
CMYK0.5200.140.42
HSL163.42º34.86%42.75%-
HSV(B)163.42º51.7%57.65%-
XYZ16.823.7123.43-
YUV121.88130.3291.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=20.64%
G=42.73%
B=36.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711471260.5200.140.42163.4234.8642.75
Hex47937E340E2Aa3232b
Octal10722317664016522434353
Binary10001111001001111111101101000111010101010100011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47937E; }

 p { color: rgb(71,147,126); }

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

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

 a { background-color: rgb(71,147,126); }

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

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

 span { border-color: rgb(71,147,126); }

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