#47917E

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

Shades of Lochinvar #47917E

Tints of Lochinvar #47917E

Color information

#47917E (or 0x47917E) is unknown color: approx Lochinvar. HEX triplet: 47, 91 and 7E. RGB value is (71,145,126). Sum of RGB (Red+Green+Blue) = 71+145+126=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #47917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47917E is #B86E81. Grayscale: #787878. Windows color (decimal): -12086914 or 8294727. OLE color: 8294727.

HSL color Cylindrical-coordinate representation of color #47917E: hue angle of 164.59º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47917E is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB71145126-
CMYK0.5100.130.43
HSL164.59º34.26%42.35%-
HSV(B)164.59º51.03%56.86%-
XYZ16.4923.123.33-
YUV120.71130.9892.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 145 (57.03% from 255) = 42.40%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=20.76%
G=42.40%
B=36.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711451260.5100.130.43164.5934.2642.35
Hex47917E330D2Ba5222a
Octal10722117663015532454252
Binary10001111001000111111101100110110110101110100101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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