#48564B

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

Shades of Feldgrau #48564B

Tints of Feldgrau #48564B

Color information

#48564B (or 0x48564B) is unknown color: approx Feldgrau. HEX triplet: 48, 56 and 4B. RGB value is (72,86,75). Sum of RGB (Red+Green+Blue) = 72+86+75=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #48564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48564B is #B7A9B4. Grayscale: #505050. Windows color (decimal): -12036533 or 4937288. OLE color: 4937288.

HSL color Cylindrical-coordinate representation of color #48564B: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #48564B is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB728675-
CMYK0.1600.130.66
HSL132.86º8.86%30.98%-
HSV(B)132.86º16.28%33.73%-
XYZ7.278.547.92-
YUV80.56124.86121.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=30.90%
G=36.91%
B=32.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286750.1600.130.66132.868.8630.98
Hex48564B100D428591f
Octal110126113200151022051137
Binary1001000101011010010111000001101100001010000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48564B; }

 p { color: rgb(72,86,75); }

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

<style>
 a { background-color: #48564B; }

 a { background-color: rgb(72,86,75); }

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

<style>
 span { border-color: #48564B; }

 span { border-color: rgb(72,86,75); }

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