#4D544F

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

Shades of Feldgrau #4D544F

Tints of Feldgrau #4D544F

Color information

#4D544F (or 0x4D544F) is unknown color: approx Feldgrau. HEX triplet: 4D, 54 and 4F. RGB value is (77,84,79). Sum of RGB (Red+Green+Blue) = 77+84+79=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 84 - color contains mainly: green. Hex color #4D544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D544F is #B2ABB0. Grayscale: #515151. Windows color (decimal): -11709361 or 5198925. OLE color: 5198925.

HSL color Cylindrical-coordinate representation of color #4D544F: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4D544F is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB778479-
CMYK0.0800.060.67
HSL137.14º4.35%31.57%-
HSV(B)137.14º8.33%32.94%-
XYZ7.648.488.63-
YUV81.34126.68124.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=32.08%
G=35%
B=32.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7784790.0800.060.67137.144.3531.57
Hex4D544F8064389420
Octal1151241171006103211440
Binary10011011010100100111110000110100001110001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,84,79); }

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

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

 a { background-color: rgb(77,84,79); }

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

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

 span { border-color: rgb(77,84,79); }

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