#3E664C

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

Shades of Feldgrau #3E664C

Tints of Feldgrau #3E664C

Color information

#3E664C (or 0x3E664C) is unknown color: approx Feldgrau. HEX triplet: 3E, 66 and 4C. RGB value is (62,102,76). Sum of RGB (Red+Green+Blue) = 62+102+76=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #3E664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E664C is #C199B3. Grayscale: #575757. Windows color (decimal): -12687796 or 5006910. OLE color: 5006910.

HSL color Cylindrical-coordinate representation of color #3E664C: hue angle of 141º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E664C is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB6210276-
CMYK0.3900.250.6
HSL141º24.39%32.16%-
HSV(B)141º39.22%40%-
XYZ8.0411.058.55-
YUV87.08121.75110.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.83%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=25.83%
G=42.5%
B=31.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal62102760.3900.250.614124.3932.16
Hex3E664C270193C8d1820
Octal7614611447031742153040
Binary111110110011010011001001110110011111001000110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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