#4E6156

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

Shades of Feldgrau #4E6156

Tints of Feldgrau #4E6156

Color information

#4E6156 (or 0x4E6156) is unknown color: approx Feldgrau. HEX triplet: 4E, 61 and 56. RGB value is (78,97,86). Sum of RGB (Red+Green+Blue) = 78+97+86=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6156 is #B19EA9. Grayscale: #5A5A5A. Windows color (decimal): -11640490 or 5661006. OLE color: 5661006.

HSL color Cylindrical-coordinate representation of color #4E6156: hue angle of 145.26º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E6156 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB789786-
CMYK0.2000.110.62
HSL145.26º10.86%34.31%-
HSV(B)145.26º19.59%38.04%-
XYZ9.110.8410.42-
YUV90.06125.71119.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.89%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=29.89%
G=37.16%
B=32.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897860.2000.110.62145.2610.8634.31
Hex4E6156140B3E91b22
Octal11614112624013762211342
Binary1001110110000110101101010001011111110100100011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,86); }

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

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

 a { background-color: rgb(78,97,86); }

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

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

 span { border-color: rgb(78,97,86); }

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