#4D5852

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

Shades of Feldgrau #4D5852

Tints of Feldgrau #4D5852

Color information

#4D5852 (or 0x4D5852) is unknown color: approx Feldgrau. HEX triplet: 4D, 58 and 52. RGB value is (77,88,82). Sum of RGB (Red+Green+Blue) = 77+88+82=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5852 is #B2A7AD. Grayscale: #545454. Windows color (decimal): -11708334 or 5396557. OLE color: 5396557.

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

Color convert

RGB778882-
CMYK0.1200.070.65
HSL147.27º6.67%32.35%-
HSV(B)147.27º12.5%34.51%-
XYZ8.079.179.33-
YUV84.03126.86122.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.17%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=31.17%
G=35.63%
B=33.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7788820.1200.070.65147.276.6732.35
Hex4D5852C074193720
Octal1151301221407101223740
Binary10011011011000101001011000111100000110010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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