#479179

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

Shades of Lochinvar #479179

Tints of Lochinvar #479179

Color information

#479179 (or 0x479179) is unknown color: approx Lochinvar. HEX triplet: 47, 91 and 79. RGB value is (71,145,121). Sum of RGB (Red+Green+Blue) = 71+145+121=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #479179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479179 is #B86E86. Grayscale: #787878. Windows color (decimal): -12086919 or 7967047. OLE color: 7967047.

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

Color convert

RGB71145121-
CMYK0.5100.170.43
HSL160.54º34.26%42.35%-
HSV(B)160.54º51.03%56.86%-
XYZ16.1822.9721.67-
YUV120.14128.4892.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.07%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=21.07%
G=43.03%
B=35.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711451210.5100.170.43160.5434.2642.35
Hex479179330112Ba1222a
Octal10722117163021532414252
Binary100011110010001111100111001101000110101110100001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479179; }

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

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

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

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

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

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

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

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