#40684F

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

Shades of Feldgrau #40684F

Tints of Feldgrau #40684F

Color information

#40684F (or 0x40684F) is unknown color: approx Feldgrau. HEX triplet: 40, 68 and 4F. RGB value is (64,104,79). Sum of RGB (Red+Green+Blue) = 64+104+79=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #40684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40684F is #BF97B0. Grayscale: #595959. Windows color (decimal): -12556209 or 5204032. OLE color: 5204032.

HSL color Cylindrical-coordinate representation of color #40684F: hue angle of 142.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 #40684F is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB6410479-
CMYK0.3800.240.59
HSL142.5º23.81%32.94%-
HSV(B)142.5º38.46%40.78%-
XYZ8.4811.569.18-
YUV89.19122.25110.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=25.91%
G=42.11%
B=31.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104790.3800.240.59142.523.8132.94
Hex40684F260183B8e1821
Octal10015011746030732163041
Binary1000000110100010011111001100110001110111000111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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