#3D684B

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

Shades of Feldgrau #3D684B

Tints of Feldgrau #3D684B

Color information

#3D684B (or 0x3D684B) is unknown color: approx Feldgrau. HEX triplet: 3D, 68 and 4B. RGB value is (61,104,75). Sum of RGB (Red+Green+Blue) = 61+104+75=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #3D684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D684B is #C297B4. Grayscale: #575757. Windows color (decimal): -12752821 or 4941885. OLE color: 4941885.

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

Color convert

RGB6110475-
CMYK0.4100.280.59
HSL139.53º26.06%32.35%-
HSV(B)139.53º41.35%40.78%-
XYZ8.1411.48.43-
YUV87.84120.75108.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.42%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=25.42%
G=43.33%
B=31.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61104750.4100.280.59139.5326.0632.35
Hex3D684B2901C3B8c1a20
Octal7515011351034732143240
Binary111101110100010010111010010111001110111000110011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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