#3E694C

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

Shades of Feldgrau #3E694C

Tints of Feldgrau #3E694C

Color information

#3E694C (or 0x3E694C) is unknown color: approx Feldgrau. HEX triplet: 3E, 69 and 4C. RGB value is (62,105,76). Sum of RGB (Red+Green+Blue) = 62+105+76=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #3E694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E694C is #C196B3. Grayscale: #585858. Windows color (decimal): -12687028 or 5007678. OLE color: 5007678.

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

Color convert

RGB6210576-
CMYK0.4100.280.59
HSL139.53º25.75%32.75%-
HSV(B)139.53º40.95%41.18%-
XYZ8.3411.658.65-
YUV88.84120.75108.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=25.51%
G=43.21%
B=31.28%

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
Decimal62105760.4100.280.59139.5325.7532.75
Hex3E694C2901C3B8c1a21
Octal7615111451034732143241
Binary111110110100110011001010010111001110111000110011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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