#48544D

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

Shades of Feldgrau #48544D

Tints of Feldgrau #48544D

Color information

#48544D (or 0x48544D) is unknown color: approx Feldgrau. HEX triplet: 48, 54 and 4D. RGB value is (72,84,77). Sum of RGB (Red+Green+Blue) = 72+84+77=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 84 - color contains mainly: green. Hex color #48544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48544D is #B7ABB2. Grayscale: #4F4F4F. Windows color (decimal): -12037043 or 5067848. OLE color: 5067848.

HSL color Cylindrical-coordinate representation of color #48544D: hue angle of 145º 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 #48544D is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB728477-
CMYK0.1400.080.67
HSL145º7.69%30.59%-
HSV(B)145º14.29%32.94%-
XYZ7.188.258.24-
YUV79.61126.52122.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=30.90%
G=36.05%
B=33.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284770.1400.080.671457.6930.59
Hex48544DE08439181f
Octal110124115160101032211037
Binary100100010101001001101111001000100001110010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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