#4D9079

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

Shades of Lochinvar #4D9079

Tints of Lochinvar #4D9079

Color information

#4D9079 (or 0x4D9079) is unknown color: approx Lochinvar. HEX triplet: 4D, 90 and 79. RGB value is (77,144,121). Sum of RGB (Red+Green+Blue) = 77+144+121=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #4D9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9079 is #B26F86. Grayscale: #797979. Windows color (decimal): -11693959 or 7966797. OLE color: 7966797.

HSL color Cylindrical-coordinate representation of color #4D9079: hue angle of 159.4º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9079 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB77144121-
CMYK0.4700.160.44
HSL159.4º30.32%43.33%-
HSV(B)159.4º46.53%56.47%-
XYZ16.4922.921.64-
YUV121.34127.896.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.51%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=22.51%
G=42.11%
B=35.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771441210.4700.160.44159.430.3243.33
Hex4D90792F0102C9f1e2b
Octal11522017157020542373653
Binary10011011001000011110011011110100001011001001111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D9079; }

 p { color: rgb(77,144,121); }

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

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

 a { background-color: rgb(77,144,121); }

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

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

 span { border-color: rgb(77,144,121); }

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