#4E5752

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

Shades of Feldgrau #4E5752

Tints of Feldgrau #4E5752

Color information

#4E5752 (or 0x4E5752) is unknown color: approx Feldgrau. HEX triplet: 4E, 57 and 52. RGB value is (78,87,82). Sum of RGB (Red+Green+Blue) = 78+87+82=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 87 - color contains mainly: green. Hex color #4E5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5752 is #B1A8AD. Grayscale: #535353. Windows color (decimal): -11643054 or 5396302. OLE color: 5396302.

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

Color convert

RGB788782-
CMYK0.1000.060.66
HSL146.67º5.45%32.35%-
HSV(B)146.67º10.34%34.12%-
XYZ8.079.059.3-
YUV83.74127.02123.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.58%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=31.58%
G=35.22%
B=33.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7887820.1000.060.66146.675.4532.35
Hex4E5752A064293520
Octal1161271221206102223540
Binary10011101010111101001010100110100001010010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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