#40694F

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

Shades of Feldgrau #40694F

Tints of Feldgrau #40694F

Color information

#40694F (or 0x40694F) is unknown color: approx Feldgrau. HEX triplet: 40, 69 and 4F. RGB value is (64,105,79). Sum of RGB (Red+Green+Blue) = 64+105+79=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #40694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40694F is #BF96B0. Grayscale: #595959. Windows color (decimal): -12555953 or 5204288. OLE color: 5204288.

HSL color Cylindrical-coordinate representation of color #40694F: hue angle of 141.95º 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 #40694F is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB6410579-
CMYK0.3900.250.59
HSL141.95º24.26%33.14%-
HSV(B)141.95º39.05%41.18%-
XYZ8.5811.769.21-
YUV89.78121.92109.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=25.81%
G=42.34%
B=31.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105790.3900.250.59141.9524.2633.14
Hex40694F270193B8e1821
Octal10015111747031732163041
Binary1000000110100110011111001110110011110111000111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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