#48554C

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

Shades of Feldgrau #48554C

Tints of Feldgrau #48554C

Color information

#48554C (or 0x48554C) is unknown color: approx Feldgrau. HEX triplet: 48, 55 and 4C. RGB value is (72,85,76). Sum of RGB (Red+Green+Blue) = 72+85+76=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #48554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48554C is #B7AAB3. Grayscale: #505050. Windows color (decimal): -12036788 or 5002568. OLE color: 5002568.

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

Color convert

RGB728576-
CMYK0.1500.110.67
HSL138.46º8.28%30.78%-
HSV(B)138.46º15.29%33.33%-
XYZ7.238.48.08-
YUV80.09125.69122.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=30.90%
G=36.48%
B=32.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285760.1500.110.67138.468.2830.78
Hex48554CF0B438a81f
Octal110125114170131032121037
Binary100100010101011001100111101011100001110001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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