#48544C

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

Shades of Feldgrau #48544C

Tints of Feldgrau #48544C

Color information

#48544C (or 0x48544C) is unknown color: approx Feldgrau. HEX triplet: 48, 54 and 4C. RGB value is (72,84,76). Sum of RGB (Red+Green+Blue) = 72+84+76=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #48544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48544C is #B7ABB3. Grayscale: #4F4F4F. Windows color (decimal): -12037044 or 5002312. OLE color: 5002312.

HSL color Cylindrical-coordinate representation of color #48544C: hue angle of 140º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48544C is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB728476-
CMYK0.1400.100.67
HSL140º7.69%30.59%-
HSV(B)140º14.29%32.94%-
XYZ7.158.248.05-
YUV79.5126.02122.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=31.03%
G=36.21%
B=32.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284760.1400.100.671407.6930.59
Hex48544CE0A438c81f
Octal110124114160121032141037
Binary100100010101001001100111001010100001110001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48544C; }

 p { color: rgb(72,84,76); }

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

<style>
 a { background-color: #48544C; }

 a { background-color: rgb(72,84,76); }

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

<style>
 span { border-color: #48544C; }

 span { border-color: rgb(72,84,76); }

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