#4D5550

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

Shades of Feldgrau #4D5550

Tints of Feldgrau #4D5550

Color information

#4D5550 (or 0x4D5550) is unknown color: approx Feldgrau. HEX triplet: 4D, 55 and 50. RGB value is (77,85,80). Sum of RGB (Red+Green+Blue) = 77+85+80=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5550 is #B2AAAF. Grayscale: #525252. Windows color (decimal): -11709104 or 5264717. OLE color: 5264717.

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

Color convert

RGB778580-
CMYK0.0900.060.67
HSL142.5º4.94%31.76%-
HSV(B)142.5º9.41%33.33%-
XYZ7.768.658.85-
YUV82.04126.85124.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=31.82%
G=35.12%
B=33.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785800.0900.060.67142.54.9431.76
Hex4D5550906438e520
Octal1151251201106103216540
Binary10011011010101101000010010110100001110001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,80); }

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

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

 a { background-color: rgb(77,85,80); }

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

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

 span { border-color: rgb(77,85,80); }

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