#40654C

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

Shades of Feldgrau #40654C

Tints of Feldgrau #40654C

Color information

#40654C (or 0x40654C) is unknown color: approx Feldgrau. HEX triplet: 40, 65 and 4C. RGB value is (64,101,76). Sum of RGB (Red+Green+Blue) = 64+101+76=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #40654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40654C is #BF9AB3. Grayscale: #575757. Windows color (decimal): -12556980 or 5006656. OLE color: 5006656.

HSL color Cylindrical-coordinate representation of color #40654C: hue angle of 139.46º 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 #40654C is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB6410176-
CMYK0.3700.250.60
HSL139.46º22.42%32.35%-
HSV(B)139.46º36.63%39.61%-
XYZ8.0710.928.52-
YUV87.09121.74111.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=26.56%
G=41.91%
B=31.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64101760.3700.250.60139.4622.4232.35
Hex40654C250193C8b1620
Octal10014511445031742132640
Binary1000000110010110011001001010110011111001000101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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