#406950

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

Shades of Feldgrau #406950

Tints of Feldgrau #406950

Color information

#406950 (or 0x406950) is unknown color: approx Feldgrau. HEX triplet: 40, 69 and 50. RGB value is (64,105,80). Sum of RGB (Red+Green+Blue) = 64+105+80=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #406950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406950 is #BF96AF. Grayscale: #595959. Windows color (decimal): -12555952 or 5269824. OLE color: 5269824.

HSL color Cylindrical-coordinate representation of color #406950: hue angle of 143.41º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406950 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB6410580-
CMYK0.3900.240.59
HSL143.41º24.26%33.14%-
HSV(B)143.41º39.05%41.18%-
XYZ8.6111.779.41-
YUV89.89122.42109.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=25.70%
G=42.17%
B=32.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105800.3900.240.59143.4124.2633.14
Hex406950270183B8f1821
Octal10015112047030732173041
Binary1000000110100110100001001110110001110111000111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406950; }

 p { color: rgb(64,105,80); }

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

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

 a { background-color: rgb(64,105,80); }

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

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

 span { border-color: rgb(64,105,80); }

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