#406249

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

Shades of Feldgrau #406249

Tints of Feldgrau #406249

Color information

#406249 (or 0x406249) is unknown color: approx Feldgrau. HEX triplet: 40, 62 and 49. RGB value is (64,98,73). Sum of RGB (Red+Green+Blue) = 64+98+73=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #406249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406249 is #BF9DB6. Grayscale: #555555. Windows color (decimal): -12557751 or 4809280. OLE color: 4809280.

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

Color convert

RGB649873-
CMYK0.3500.260.62
HSL135.88º20.99%31.76%-
HSV(B)135.88º34.69%38.43%-
XYZ7.6810.317.89-
YUV84.98121.24113.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=27.23%
G=41.70%
B=31.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498730.3500.260.62135.8820.9931.76
Hex4062492301A3E881520
Octal10014211143032762102540
Binary1000000110001010010011000110110101111101000100010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406249; }

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

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

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

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

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

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

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

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