#3E674B

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

Shades of Feldgrau #3E674B

Tints of Feldgrau #3E674B

Color information

#3E674B (or 0x3E674B) is unknown color: approx Feldgrau. HEX triplet: 3E, 67 and 4B. RGB value is (62,103,75). Sum of RGB (Red+Green+Blue) = 62+103+75=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 103 - color contains mainly: green. Hex color #3E674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E674B is #C198B4. Grayscale: #575757. Windows color (decimal): -12687541 or 4941630. OLE color: 4941630.

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

Color convert

RGB6210375-
CMYK0.4000.270.60
HSL139.02º24.85%32.35%-
HSV(B)139.02º39.81%40.39%-
XYZ8.1111.238.4-
YUV87.55120.92109.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.83%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=25.83%
G=42.92%
B=31.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal62103750.4000.270.60139.0224.8532.35
Hex3E674B2801B3C8b1920
Octal7614711350033742133140
Binary111110110011110010111010000110111111001000101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,103,75); }

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

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

 a { background-color: rgb(62,103,75); }

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

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

 span { border-color: rgb(62,103,75); }

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