#406049

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

Shades of Feldgrau #406049

Tints of Feldgrau #406049

Color information

#406049 (or 0x406049) is unknown color: approx Feldgrau. HEX triplet: 40, 60 and 49. RGB value is (64,96,73). Sum of RGB (Red+Green+Blue) = 64+96+73=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #406049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406049 is #BF9FB6. Grayscale: #535353. Windows color (decimal): -12558263 or 4808768. OLE color: 4808768.

HSL color Cylindrical-coordinate representation of color #406049: hue angle of 136.88º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #406049 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB649673-
CMYK0.3300.240.62
HSL136.88º20%31.37%-
HSV(B)136.88º33.33%37.65%-
XYZ7.59.947.83-
YUV83.81121.9113.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=27.47%
G=41.20%
B=31.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496730.3300.240.62136.882031.37
Hex406049210183E89141f
Octal10014011141030762112437
Binary100000011000001001001100001011000111110100010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406049; }

 p { color: rgb(64,96,73); }

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

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

 a { background-color: rgb(64,96,73); }

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

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

 span { border-color: rgb(64,96,73); }

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