#40644B

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

Shades of Feldgrau #40644B

Tints of Feldgrau #40644B

Color information

#40644B (or 0x40644B) is unknown color: approx Feldgrau. HEX triplet: 40, 64 and 4B. RGB value is (64,100,75). Sum of RGB (Red+Green+Blue) = 64+100+75=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #40644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40644B is #BF9BB4. Grayscale: #565656. Windows color (decimal): -12557237 or 4940864. OLE color: 4940864.

HSL color Cylindrical-coordinate representation of color #40644B: hue angle of 138.33º 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 #40644B is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB6410075-
CMYK0.3600.250.61
HSL138.33º21.95%32.16%-
HSV(B)138.33º36%39.22%-
XYZ7.9410.718.31-
YUV86.39121.57112.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 100 (39.45% from 255) = 41.84%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=26.78%
G=41.84%
B=31.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64100750.3600.250.61138.3321.9532.16
Hex40644B240193D8a1620
Octal10014411344031752122640
Binary1000000110010010010111001000110011111011000101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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