#406A4E

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

Shades of Feldgrau #406A4E

Tints of Feldgrau #406A4E

Color information

#406A4E (or 0x406A4E) is unknown color: approx Feldgrau. HEX triplet: 40, 6A and 4E. RGB value is (64,106,78). Sum of RGB (Red+Green+Blue) = 64+106+78=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #406A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A4E is #BF95B1. Grayscale: #5A5A5A. Windows color (decimal): -12555698 or 5139008. OLE color: 5139008.

HSL color Cylindrical-coordinate representation of color #406A4E: hue angle of 140º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A4E is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB6410678-
CMYK0.4000.260.58
HSL140º24.71%33.33%-
HSV(B)140º39.62%41.57%-
XYZ8.6411.959.06-
YUV90.25121.09109.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 106 (41.80% from 255) = 42.74%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=25.81%
G=42.74%
B=31.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106780.4000.260.5814024.7133.33
Hex406A4E2801A3A8c1921
Octal10015211650032722143141
Binary1000000110101010011101010000110101110101000110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406A4E; }

 p { color: rgb(64,106,78); }

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

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

 a { background-color: rgb(64,106,78); }

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

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

 span { border-color: rgb(64,106,78); }

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