#4E5852

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

Shades of Feldgrau #4E5852

Tints of Feldgrau #4E5852

Color information

#4E5852 (or 0x4E5852) is unknown color: approx Feldgrau. HEX triplet: 4E, 58 and 52. RGB value is (78,88,82). Sum of RGB (Red+Green+Blue) = 78+88+82=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5852 is #B1A7AD. Grayscale: #545454. Windows color (decimal): -11642798 or 5396558. OLE color: 5396558.

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

Color convert

RGB788882-
CMYK0.1100.070.65
HSL144º6.02%32.55%-
HSV(B)144º11.36%34.51%-
XYZ8.159.219.33-
YUV84.33126.69123.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.45%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=31.45%
G=35.48%
B=33.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7888820.1100.070.651446.0232.55
Hex4E5852B074190621
Octal1161301221307101220641
Binary10011101011000101001010110111100000110010000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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