#40654D

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

Shades of Feldgrau #40654D

Tints of Feldgrau #40654D

Color information

#40654D (or 0x40654D) is unknown color: approx Feldgrau. HEX triplet: 40, 65 and 4D. RGB value is (64,101,77). Sum of RGB (Red+Green+Blue) = 64+101+77=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #40654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40654D is #BF9AB2. Grayscale: #575757. Windows color (decimal): -12556979 or 5072192. OLE color: 5072192.

HSL color Cylindrical-coordinate representation of color #40654D: hue angle of 141.08º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40654D is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB6410177-
CMYK0.3700.240.60
HSL141.08º22.42%32.35%-
HSV(B)141.08º36.63%39.61%-
XYZ8.1110.938.7-
YUV87.2122.24111.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=26.45%
G=41.74%
B=31.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64101770.3700.240.60141.0822.4232.35
Hex40654D250183C8d1620
Octal10014511545030742152640
Binary1000000110010110011011001010110001111001000110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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