#3D684A

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

Shades of Feldgrau #3D684A

Tints of Feldgrau #3D684A

Color information

#3D684A (or 0x3D684A) is unknown color: approx Feldgrau. HEX triplet: 3D, 68 and 4A. RGB value is (61,104,74). Sum of RGB (Red+Green+Blue) = 61+104+74=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #3D684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D684A is #C297B5. Grayscale: #575757. Windows color (decimal): -12752822 or 4876349. OLE color: 4876349.

HSL color Cylindrical-coordinate representation of color #3D684A: hue angle of 138.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D684A is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB6110474-
CMYK0.4100.290.59
HSL138.14º26.06%32.35%-
HSV(B)138.14º41.35%40.78%-
XYZ8.1111.398.25-
YUV87.72120.25108.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.52%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=25.52%
G=43.51%
B=30.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61104740.4100.290.59138.1426.0632.35
Hex3D684A2901D3B8a1a20
Octal7515011251035732123240
Binary111101110100010010101010010111011110111000101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,104,74); }

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

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

 a { background-color: rgb(61,104,74); }

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

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

 span { border-color: rgb(61,104,74); }

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