#48594D

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

Shades of Feldgrau #48594D

Tints of Feldgrau #48594D

Color information

#48594D (or 0x48594D) is unknown color: approx Feldgrau. HEX triplet: 48, 59 and 4D. RGB value is (72,89,77). Sum of RGB (Red+Green+Blue) = 72+89+77=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #48594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48594D is #B7A6B2. Grayscale: #525252. Windows color (decimal): -12035763 or 5069128. OLE color: 5069128.

HSL color Cylindrical-coordinate representation of color #48594D: hue angle of 137.65º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #48594D is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB728977-
CMYK0.1900.130.65
HSL137.65º10.56%31.57%-
HSV(B)137.65º19.1%34.9%-
XYZ7.589.068.37-
YUV82.55124.87120.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=30.25%
G=37.39%
B=32.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289770.1900.130.65137.6510.5631.57
Hex48594D130D418ab20
Octal110131115230151012121340
Binary10010001011001100110110011011011000001100010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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