#4D887E

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

Shades of Lochinvar #4D887E

Tints of Lochinvar #4D887E

Color information

#4D887E (or 0x4D887E) is unknown color: approx Lochinvar. HEX triplet: 4D, 88 and 7E. RGB value is (77,136,126). Sum of RGB (Red+Green+Blue) = 77+136+126=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #4D887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D887E is #B27781. Grayscale: #757575. Windows color (decimal): -11696002 or 8292429. OLE color: 8292429.

HSL color Cylindrical-coordinate representation of color #4D887E: hue angle of 169.83º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D887E is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB77136126-
CMYK0.4300.070.47
HSL169.83º27.7%41.76%-
HSV(B)169.83º43.38%53.33%-
XYZ15.6320.6922.91-
YUV117.22132.9599.31-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.71%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=22.71%
G=40.12%
B=37.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal771361260.4300.070.47169.8327.741.76
Hex4D887E2B072Faa1c2a
Octal1152101765307572523452
Binary100110110001000111111010101101111011111010101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,136,126); }

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

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

 a { background-color: rgb(77,136,126); }

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

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

 span { border-color: rgb(77,136,126); }

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