#4D7C5D

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

Shades of Como #4D7C5D

Tints of Como #4D7C5D

Color information

#4D7C5D (or 0x4D7C5D) is unknown color: approx Como. HEX triplet: 4D, 7C and 5D. RGB value is (77,124,93). Sum of RGB (Red+Green+Blue) = 77+124+93=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7C5D is #B283A2. Grayscale: #6A6A6A. Windows color (decimal): -11699107 or 6126669. OLE color: 6126669.

HSL color Cylindrical-coordinate representation of color #4D7C5D: hue angle of 140.43º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D7C5D is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB7712493-
CMYK0.3800.250.51
HSL140.43º23.38%39.41%-
HSV(B)140.43º37.9%48.63%-
XYZ12.2416.7812.95-
YUV106.41120.43107.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.19%
GREEN value IS 124 (48.83% from 255) = 42.18%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=26.19%
G=42.18%
B=31.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77124930.3800.250.51140.4323.3839.41
Hex4D7C5D26019338c1727
Octal11517413546031632142747
Binary1001101111110010111011001100110011100111000110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,124,93); }

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

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

 a { background-color: rgb(77,124,93); }

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

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

 span { border-color: rgb(77,124,93); }

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