#4D524E

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

Shades of Feldgrau #4D524E

Tints of Feldgrau #4D524E

Color information

#4D524E (or 0x4D524E) is unknown color: approx Feldgrau. HEX triplet: 4D, 52 and 4E. RGB value is (77,82,78). Sum of RGB (Red+Green+Blue) = 77+82+78=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 82 - color contains mainly: green. Hex color #4D524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D524E is #B2ADB1. Grayscale: #505050. Windows color (decimal): -11709874 or 5132877. OLE color: 5132877.

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

Color convert

RGB778278-
CMYK0.0600.050.68
HSL132º3.14%31.18%-
HSV(B)132º6.1%32.16%-
XYZ7.458.168.39-
YUV80.05126.84125.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.49%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=32.49%
G=34.60%
B=32.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7782780.0600.050.681323.1431.18
Hex4D524E605448431f
Octal115122116605104204337
Binary10011011010010100111011001011000100100001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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