#40644D

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

Shades of Feldgrau #40644D

Tints of Feldgrau #40644D

Color information

#40644D (or 0x40644D) is unknown color: approx Feldgrau. HEX triplet: 40, 64 and 4D. RGB value is (64,100,77). Sum of RGB (Red+Green+Blue) = 64+100+77=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #40644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40644D is #BF9BB2. Grayscale: #565656. Windows color (decimal): -12557235 or 5071936. OLE color: 5071936.

HSL color Cylindrical-coordinate representation of color #40644D: hue angle of 141.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40644D is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB6410077-
CMYK0.3600.230.61
HSL141.67º21.95%32.16%-
HSV(B)141.67º36%39.22%-
XYZ8.0110.748.67-
YUV86.61122.57111.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=26.56%
G=41.49%
B=31.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64100770.3600.230.61141.6721.9532.16
Hex40644D240173D8e1620
Octal10014411544027752162640
Binary1000000110010010011011001000101111111011000111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40644D; }

 p { color: rgb(64,100,77); }

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

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

 a { background-color: rgb(64,100,77); }

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

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

 span { border-color: rgb(64,100,77); }

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