#48534C

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

Shades of Feldgrau #48534C

Tints of Feldgrau #48534C

Color information

#48534C (or 0x48534C) is unknown color: approx Feldgrau. HEX triplet: 48, 53 and 4C. RGB value is (72,83,76). Sum of RGB (Red+Green+Blue) = 72+83+76=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #48534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48534C is #B7ACB3. Grayscale: #4E4E4E. Windows color (decimal): -12037300 or 5002056. OLE color: 5002056.

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

Color convert

RGB728376-
CMYK0.1300.080.67
HSL141.82º7.1%30.39%-
HSV(B)141.82º13.25%32.55%-
XYZ7.078.098.03-
YUV78.91126.36123.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=31.17%
G=35.93%
B=32.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283760.1300.080.67141.827.130.39
Hex48534CD08438e71e
Octal11012311415010103216736
Binary10010001010011100110011010100010000111000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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