#40684D

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

Shades of Feldgrau #40684D

Tints of Feldgrau #40684D

Color information

#40684D (or 0x40684D) is unknown color: approx Feldgrau. HEX triplet: 40, 68 and 4D. RGB value is (64,104,77). Sum of RGB (Red+Green+Blue) = 64+104+77=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #40684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40684D is #BF97B2. Grayscale: #595959. Windows color (decimal): -12556211 or 5072960. OLE color: 5072960.

HSL color Cylindrical-coordinate representation of color #40684D: hue angle of 139.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40684D is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB6410477-
CMYK0.3800.260.59
HSL139.5º23.81%32.94%-
HSV(B)139.5º38.46%40.78%-
XYZ8.411.538.8-
YUV88.96121.25110.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 104 (41.02% from 255) = 42.45%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=26.12%
G=42.45%
B=31.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104770.3800.260.59139.523.8132.94
Hex40684D2601A3B8c1821
Octal10015011546032732143041
Binary1000000110100010011011001100110101110111000110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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