#3D694B

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

Shades of Feldgrau #3D694B

Tints of Feldgrau #3D694B

Color information

#3D694B (or 0x3D694B) is unknown color: approx Feldgrau. HEX triplet: 3D, 69 and 4B. RGB value is (61,105,75). Sum of RGB (Red+Green+Blue) = 61+105+75=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #3D694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D694B is #C296B4. Grayscale: #585858. Windows color (decimal): -12752565 or 4942141. OLE color: 4942141.

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

Color convert

RGB6110575-
CMYK0.4200.290.59
HSL139.09º26.51%32.55%-
HSV(B)139.09º41.9%41.18%-
XYZ8.2511.68.46-
YUV88.42120.42108.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.31%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=25.31%
G=43.57%
B=31.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61105750.4200.290.59139.0926.5132.55
Hex3D694B2A01D3B8b1b21
Octal7515111352035732133341
Binary111101110100110010111010100111011110111000101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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