#3E684C

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

Shades of Feldgrau #3E684C

Tints of Feldgrau #3E684C

Color information

#3E684C (or 0x3E684C) is unknown color: approx Feldgrau. HEX triplet: 3E, 68 and 4C. RGB value is (62,104,76). Sum of RGB (Red+Green+Blue) = 62+104+76=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #3E684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E684C is #C197B3. Grayscale: #585858. Windows color (decimal): -12687284 or 5007422. OLE color: 5007422.

HSL color Cylindrical-coordinate representation of color #3E684C: hue angle of 140º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E684C is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB6210476-
CMYK0.4000.270.59
HSL140º25.3%32.55%-
HSV(B)140º40.38%40.78%-
XYZ8.2411.458.61-
YUV88.25121.09109.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.62%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=25.62%
G=42.98%
B=31.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62104760.4000.270.5914025.332.55
Hex3E684C2801B3B8c1921
Octal7615011450033732143141
Binary111110110100010011001010000110111110111000110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E684C; }

 p { color: rgb(62,104,76); }

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

<style>
 a { background-color: #3E684C; }

 a { background-color: rgb(62,104,76); }

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

<style>
 span { border-color: #3E684C; }

 span { border-color: rgb(62,104,76); }

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