#4D5952

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

Shades of Feldgrau #4D5952

Tints of Feldgrau #4D5952

Color information

#4D5952 (or 0x4D5952) is unknown color: approx Feldgrau. HEX triplet: 4D, 59 and 52. RGB value is (77,89,82). Sum of RGB (Red+Green+Blue) = 77+89+82=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5952 is #B2A6AD. Grayscale: #545454. Windows color (decimal): -11708078 or 5396813. OLE color: 5396813.

HSL color Cylindrical-coordinate representation of color #4D5952: hue angle of 145º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D5952 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB778982-
CMYK0.1300.080.65
HSL145º7.23%32.55%-
HSV(B)145º13.48%34.9%-
XYZ8.169.339.35-
YUV84.61126.52122.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.05%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=31.05%
G=35.89%
B=33.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7789820.1300.080.651457.2332.55
Hex4D5952D084191721
Octal11513112215010101221741
Binary100110110110011010010110101000100000110010001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,89,82); }

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

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

 a { background-color: rgb(77,89,82); }

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

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

 span { border-color: rgb(77,89,82); }

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