#48514B

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

Shades of Feldgrau #48514B

Tints of Feldgrau #48514B

Color information

#48514B (or 0x48514B) is unknown color: approx Feldgrau. HEX triplet: 48, 51 and 4B. RGB value is (72,81,75). Sum of RGB (Red+Green+Blue) = 72+81+75=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #48514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48514B is #B7AEB4. Grayscale: #4D4D4D. Windows color (decimal): -12037813 or 4936008. OLE color: 4936008.

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

Color convert

RGB728175-
CMYK0.1100.070.68
HSL140º5.88%30%-
HSV(B)140º11.11%31.76%-
XYZ6.887.777.79-
YUV77.62126.52123.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=31.58%
G=35.53%
B=32.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281750.1100.070.681405.8830
Hex48514BB07448c61e
Octal1101211131307104214636
Binary1001000101000110010111011011110001001000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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