#49917E

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

Shades of Lochinvar #49917E

Tints of Lochinvar #49917E

Color information

#49917E (or 0x49917E) is unknown color: approx Lochinvar. HEX triplet: 49, 91 and 7E. RGB value is (73,145,126). Sum of RGB (Red+Green+Blue) = 73+145+126=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #49917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49917E is #B66E81. Grayscale: #797979. Windows color (decimal): -11955842 or 8294729. OLE color: 8294729.

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

Color convert

RGB73145126-
CMYK0.5000.130.43
HSL164.17º33.03%42.75%-
HSV(B)164.17º49.66%56.86%-
XYZ16.6423.1723.33-
YUV121.31130.6593.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.22%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=21.22%
G=42.15%
B=36.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451260.5000.130.43164.1733.0342.75
Hex49917E320D2Ba4212b
Octal11122117662015532444153
Binary10010011001000111111101100100110110101110100100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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