#3D684C

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

Shades of Feldgrau #3D684C

Tints of Feldgrau #3D684C

Color information

#3D684C (or 0x3D684C) is unknown color: approx Feldgrau. HEX triplet: 3D, 68 and 4C. RGB value is (61,104,76). Sum of RGB (Red+Green+Blue) = 61+104+76=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #3D684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D684C is #C297B3. Grayscale: #585858. Windows color (decimal): -12752820 or 5007421. OLE color: 5007421.

HSL color Cylindrical-coordinate representation of color #3D684C: hue angle of 140.93º 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 #3D684C is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB6110476-
CMYK0.4100.270.59
HSL140.93º26.06%32.35%-
HSV(B)140.93º41.35%40.78%-
XYZ8.1811.418.61-
YUV87.95121.25108.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.31%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=25.31%
G=43.15%
B=31.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61104760.4100.270.59140.9326.0632.35
Hex3D684C2901B3B8d1a20
Octal7515011451033732153240
Binary111101110100010011001010010110111110111000110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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