#4D7C5B

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

Shades of Como #4D7C5B

Tints of Como #4D7C5B

Color information

#4D7C5B (or 0x4D7C5B) is unknown color: approx Como. HEX triplet: 4D, 7C and 5B. RGB value is (77,124,91). Sum of RGB (Red+Green+Blue) = 77+124+91=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7C5B is #B283A4. Grayscale: #6A6A6A. Windows color (decimal): -11699109 or 5995597. OLE color: 5995597.

HSL color Cylindrical-coordinate representation of color #4D7C5B: hue angle of 137.87º 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 #4D7C5B is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB7712491-
CMYK0.3800.270.51
HSL137.87º23.38%39.41%-
HSV(B)137.87º37.9%48.63%-
XYZ12.1616.7512.49-
YUV106.18119.43107.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.37%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=26.37%
G=42.47%
B=31.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77124910.3800.270.51137.8723.3839.41
Hex4D7C5B2601B338a1727
Octal11517413346033632122747
Binary1001101111110010110111001100110111100111000101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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