#485950

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

Shades of Feldgrau #485950

Tints of Feldgrau #485950

Color information

#485950 (or 0x485950) is unknown color: approx Feldgrau. HEX triplet: 48, 59 and 50. RGB value is (72,89,80). Sum of RGB (Red+Green+Blue) = 72+89+80=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #485950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485950 is #B7A6AF. Grayscale: #525252. Windows color (decimal): -12035760 or 5265736. OLE color: 5265736.

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

Color convert

RGB728980-
CMYK0.1900.100.65
HSL148.24º10.56%31.57%-
HSV(B)148.24º19.1%34.9%-
XYZ7.699.18.94-
YUV82.89126.37120.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=29.88%
G=36.93%
B=33.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289800.1900.100.65148.2410.5631.57
Hex485950130A4194b20
Octal110131120230121012241340
Binary10010001011001101000010011010101000001100101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485950; }

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

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

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

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

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

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

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

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