#499179

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

Shades of Lochinvar #499179

Tints of Lochinvar #499179

Color information

#499179 (or 0x499179) is unknown color: approx Lochinvar. HEX triplet: 49, 91 and 79. RGB value is (73,145,121). Sum of RGB (Red+Green+Blue) = 73+145+121=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #499179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499179 is #B66E86. Grayscale: #787878. Windows color (decimal): -11955847 or 7967049. OLE color: 7967049.

HSL color Cylindrical-coordinate representation of color #499179: hue angle of 160º 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 #499179 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB73145121-
CMYK0.5000.170.43
HSL160º33.03%42.75%-
HSV(B)160º49.66%56.86%-
XYZ16.3223.0521.68-
YUV120.74128.1593.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=21.53%
G=42.77%
B=35.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451210.5000.170.4316033.0342.75
Hex499179320112Ba0212b
Octal11122117162021532404153
Binary100100110010001111100111001001000110101110100000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499179; }

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

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

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

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

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

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

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

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