#406750

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

Shades of Feldgrau #406750

Tints of Feldgrau #406750

Color information

#406750 (or 0x406750) is unknown color: approx Feldgrau. HEX triplet: 40, 67 and 50. RGB value is (64,103,80). Sum of RGB (Red+Green+Blue) = 64+103+80=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #406750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406750 is #BF98AF. Grayscale: #585858. Windows color (decimal): -12556464 or 5269312. OLE color: 5269312.

HSL color Cylindrical-coordinate representation of color #406750: hue angle of 144.62º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #406750 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB6410380-
CMYK0.3800.220.60
HSL144.62º23.35%32.75%-
HSV(B)144.62º37.86%40.39%-
XYZ8.4111.379.34-
YUV88.72123.08110.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=25.91%
G=41.70%
B=32.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64103800.3800.220.60144.6223.3532.75
Hex406750260163C911721
Octal10014712046026742212741
Binary1000000110011110100001001100101101111001001000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406750; }

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

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

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

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

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

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

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

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