#40644A

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

Shades of Feldgrau #40644A

Tints of Feldgrau #40644A

Color information

#40644A (or 0x40644A) is unknown color: approx Feldgrau. HEX triplet: 40, 64 and 4A. RGB value is (64,100,74). Sum of RGB (Red+Green+Blue) = 64+100+74=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #40644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40644A is #BF9BB5. Grayscale: #565656. Windows color (decimal): -12557238 or 4875328. OLE color: 4875328.

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

Color convert

RGB6410074-
CMYK0.3600.260.61
HSL136.67º21.95%32.16%-
HSV(B)136.67º36%39.22%-
XYZ7.9110.78.13-
YUV86.27121.07112.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=26.89%
G=42.02%
B=31.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64100740.3600.260.61136.6721.9532.16
Hex40644A2401A3D891620
Octal10014411244032752112640
Binary1000000110010010010101001000110101111011000100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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