#48594F

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

Shades of Feldgrau #48594F

Tints of Feldgrau #48594F

Color information

#48594F (or 0x48594F) is unknown color: approx Feldgrau. HEX triplet: 48, 59 and 4F. RGB value is (72,89,79). Sum of RGB (Red+Green+Blue) = 72+89+79=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #48594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48594F is #B7A6B0. Grayscale: #525252. Windows color (decimal): -12035761 or 5200200. OLE color: 5200200.

HSL color Cylindrical-coordinate representation of color #48594F: hue angle of 144.71º 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 #48594F is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB728979-
CMYK0.1900.110.65
HSL144.71º10.56%31.57%-
HSV(B)144.71º19.1%34.9%-
XYZ7.669.098.75-
YUV82.78125.87120.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=30%
G=37.08%
B=32.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289790.1900.110.65144.7110.5631.57
Hex48594F130B4191b20
Octal110131117230131012211340
Binary10010001011001100111110011010111000001100100011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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