#48524C

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

Shades of Feldgrau #48524C

Tints of Feldgrau #48524C

Color information

#48524C (or 0x48524C) is unknown color: approx Feldgrau. HEX triplet: 48, 52 and 4C. RGB value is (72,82,76). Sum of RGB (Red+Green+Blue) = 72+82+76=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 82 - color contains mainly: green. Hex color #48524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48524C is #B7ADB3. Grayscale: #4E4E4E. Windows color (decimal): -12037556 or 5001800. OLE color: 5001800.

HSL color Cylindrical-coordinate representation of color #48524C: hue angle of 144º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48524C is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB728276-
CMYK0.1200.070.68
HSL144º6.49%30.2%-
HSV(B)144º12.2%32.16%-
XYZ6.997.938-
YUV78.33126.69123.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 82 (32.42% from 255) = 35.65%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=31.30%
G=35.65%
B=33.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282760.1200.070.681446.4930.2
Hex48524CC07449061e
Octal1101221141407104220636
Binary1001000101001010011001100011110001001001000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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