#4D877E

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

Shades of Lochinvar #4D877E

Tints of Lochinvar #4D877E

Color information

#4D877E (or 0x4D877E) is unknown color: approx Lochinvar. HEX triplet: 4D, 87 and 7E. RGB value is (77,135,126). Sum of RGB (Red+Green+Blue) = 77+135+126=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #4D877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D877E is #B27881. Grayscale: #747474. Windows color (decimal): -11696258 or 8292173. OLE color: 8292173.

HSL color Cylindrical-coordinate representation of color #4D877E: hue angle of 170.69º degrees, saturation: 0.27, 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 #4D877E is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB77135126-
CMYK0.4300.070.47
HSL170.69º27.36%41.57%-
HSV(B)170.69º42.96%52.94%-
XYZ15.4920.4122.86-
YUV116.63133.2899.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.78%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 126 (49.61% from 255) = 37.28%
R=22.78%
G=39.94%
B=37.28%

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
Decimal771351260.4300.070.47170.6927.3641.57
Hex4D877E2B072Fab1b2a
Octal1152071765307572533352
Binary100110110000111111111010101101111011111010101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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