#48594E

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

Shades of Feldgrau #48594E

Tints of Feldgrau #48594E

Color information

#48594E (or 0x48594E) is unknown color: approx Feldgrau. HEX triplet: 48, 59 and 4E. RGB value is (72,89,78). Sum of RGB (Red+Green+Blue) = 72+89+78=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #48594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48594E is #B7A6B1. Grayscale: #525252. Windows color (decimal): -12035762 or 5134664. OLE color: 5134664.

HSL color Cylindrical-coordinate representation of color #48594E: hue angle of 141.18º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #48594E is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB728978-
CMYK0.1900.120.65
HSL141.18º10.56%31.57%-
HSV(B)141.18º19.1%34.9%-
XYZ7.629.078.56-
YUV82.66125.37120.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=30.13%
G=37.24%
B=32.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289780.1900.120.65141.1810.5631.57
Hex48594E130C418db20
Octal110131116230141012151340
Binary10010001011001100111010011011001000001100011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48594E; }

 p { color: rgb(72,89,78); }

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

<style>
 a { background-color: #48594E; }

 a { background-color: rgb(72,89,78); }

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

<style>
 span { border-color: #48594E; }

 span { border-color: rgb(72,89,78); }

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