#48534B

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

Shades of Feldgrau #48534B

Tints of Feldgrau #48534B

Color information

#48534B (or 0x48534B) is unknown color: approx Feldgrau. HEX triplet: 48, 53 and 4B. RGB value is (72,83,75). Sum of RGB (Red+Green+Blue) = 72+83+75=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #48534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48534B is #B7ACB4. Grayscale: #4E4E4E. Windows color (decimal): -12037301 or 4936520. OLE color: 4936520.

HSL color Cylindrical-coordinate representation of color #48534B: hue angle of 136.36º 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 #48534B is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB728375-
CMYK0.1300.100.67
HSL136.36º7.1%30.39%-
HSV(B)136.36º13.25%32.55%-
XYZ7.048.077.84-
YUV78.8125.86123.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=31.30%
G=36.09%
B=32.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283750.1300.100.67136.367.130.39
Hex48534BD0A438871e
Octal11012311315012103210736
Binary10010001010011100101111010101010000111000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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