#406149

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

Shades of Feldgrau #406149

Tints of Feldgrau #406149

Color information

#406149 (or 0x406149) is unknown color: approx Feldgrau. HEX triplet: 40, 61 and 49. RGB value is (64,97,73). Sum of RGB (Red+Green+Blue) = 64+97+73=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #406149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406149 is #BF9EB6. Grayscale: #545454. Windows color (decimal): -12558007 or 4809024. OLE color: 4809024.

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

Color convert

RGB649773-
CMYK0.3400.250.62
HSL136.36º20.5%31.57%-
HSV(B)136.36º34.02%38.04%-
XYZ7.5910.127.86-
YUV84.4121.57113.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=27.35%
G=41.45%
B=31.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497730.3400.250.62136.3620.531.57
Hex406149220193E881420
Octal10014111142031762102440
Binary1000000110000110010011000100110011111101000100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406149; }

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

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

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

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

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

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

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

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