#4D8A79

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

Shades of Lochinvar #4D8A79

Tints of Lochinvar #4D8A79

Color information

#4D8A79 (or 0x4D8A79) is unknown color: approx Lochinvar. HEX triplet: 4D, 8A and 79. RGB value is (77,138,121). Sum of RGB (Red+Green+Blue) = 77+138+121=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8A79 is #B27586. Grayscale: #757575. Windows color (decimal): -11695495 or 7965261. OLE color: 7965261.

HSL color Cylindrical-coordinate representation of color #4D8A79: hue angle of 163.28º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D8A79 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB77138121-
CMYK0.4400.120.46
HSL163.28º28.37%42.16%-
HSV(B)163.28º44.2%54.12%-
XYZ15.621.1421.35-
YUV117.82129.7998.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=22.92%
G=41.07%
B=36.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal771381210.4400.120.46163.2828.3742.16
Hex4D8A792C0C2Ea31c2a
Octal11521217154014562433452
Binary1001101100010101111001101100011001011101010001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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