#40694E

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

Shades of Feldgrau #40694E

Tints of Feldgrau #40694E

Color information

#40694E (or 0x40694E) is unknown color: approx Feldgrau. HEX triplet: 40, 69 and 4E. RGB value is (64,105,78). Sum of RGB (Red+Green+Blue) = 64+105+78=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #40694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40694E is #BF96B1. Grayscale: #595959. Windows color (decimal): -12555954 or 5138752. OLE color: 5138752.

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

Color convert

RGB6410578-
CMYK0.3900.260.59
HSL140.49º24.26%33.14%-
HSV(B)140.49º39.05%41.18%-
XYZ8.5411.749.02-
YUV89.66121.42109.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=25.91%
G=42.51%
B=31.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105780.3900.260.59140.4924.2633.14
Hex40694E2701A3B8c1821
Octal10015111647032732143041
Binary1000000110100110011101001110110101110111000110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40694E; }

 p { color: rgb(64,105,78); }

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

<style>
 a { background-color: #40694E; }

 a { background-color: rgb(64,105,78); }

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

<style>
 span { border-color: #40694E; }

 span { border-color: rgb(64,105,78); }

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