#4D5751

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

Shades of Feldgrau #4D5751

Tints of Feldgrau #4D5751

Color information

#4D5751 (or 0x4D5751) is unknown color: approx Feldgrau. HEX triplet: 4D, 57 and 51. RGB value is (77,87,81). Sum of RGB (Red+Green+Blue) = 77+87+81=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5751 is #B2A8AE. Grayscale: #535353. Windows color (decimal): -11708591 or 5330765. OLE color: 5330765.

HSL color Cylindrical-coordinate representation of color #4D5751: hue angle of 144º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4D5751 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB778781-
CMYK0.1100.070.66
HSL144º6.1%32.16%-
HSV(B)144º11.49%34.12%-
XYZ7.958.999.1-
YUV83.33126.69123.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.43%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 81 (32.03% from 255) = 33.06%
R=31.43%
G=35.51%
B=33.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7787810.1100.070.661446.132.16
Hex4D5751B074290620
Octal1151271211307102220640
Binary10011011010111101000110110111100001010010000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,87,81); }

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

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

 a { background-color: rgb(77,87,81); }

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

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

 span { border-color: rgb(77,87,81); }

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