#4E5951

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

Shades of Feldgrau #4E5951

Tints of Feldgrau #4E5951

Color information

#4E5951 (or 0x4E5951) is unknown color: approx Feldgrau. HEX triplet: 4E, 59 and 51. RGB value is (78,89,81). Sum of RGB (Red+Green+Blue) = 78+89+81=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5951 is #B1A6AE. Grayscale: #545454. Windows color (decimal): -11642543 or 5331278. OLE color: 5331278.

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

Color convert

RGB788981-
CMYK0.1200.090.65
HSL136.36º6.59%32.75%-
HSV(B)136.36º12.36%34.9%-
XYZ8.29.369.16-
YUV84.8125.86123.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.45%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=31.45%
G=35.89%
B=32.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7889810.1200.090.65136.366.5932.75
Hex4E5951C094188721
Octal11613112114011101210741
Binary100111010110011010001110001001100000110001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,89,81); }

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

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

 a { background-color: rgb(78,89,81); }

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

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

 span { border-color: rgb(78,89,81); }

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