#48554D

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

Shades of Feldgrau #48554D

Tints of Feldgrau #48554D

Color information

#48554D (or 0x48554D) is unknown color: approx Feldgrau. HEX triplet: 48, 55 and 4D. RGB value is (72,85,77). Sum of RGB (Red+Green+Blue) = 72+85+77=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #48554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48554D is #B7AAB2. Grayscale: #505050. Windows color (decimal): -12036787 or 5068104. OLE color: 5068104.

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

Color convert

RGB728577-
CMYK0.1500.090.67
HSL143.08º8.28%30.78%-
HSV(B)143.08º15.29%33.33%-
XYZ7.268.418.26-
YUV80.2126.19122.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=30.77%
G=36.32%
B=32.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285770.1500.090.67143.088.2830.78
Hex48554DF09438f81f
Octal110125115170111032171037
Binary100100010101011001101111101001100001110001111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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