#3F674B

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

Shades of Feldgrau #3F674B

Tints of Feldgrau #3F674B

Color information

#3F674B (or 0x3F674B) is unknown color: approx Feldgrau. HEX triplet: 3F, 67 and 4B. RGB value is (63,103,75). Sum of RGB (Red+Green+Blue) = 63+103+75=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #3F674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F674B is #C098B4. Grayscale: #575757. Windows color (decimal): -12622005 or 4941631. OLE color: 4941631.

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

Color convert

RGB6310375-
CMYK0.3900.270.60
HSL138º24.1%32.55%-
HSV(B)138º38.83%40.39%-
XYZ8.1711.278.4-
YUV87.85120.75110.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=26.14%
G=42.74%
B=31.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63103750.3900.270.6013824.132.55
Hex3F674B2701B3C8a1821
Octal7714711347033742123041
Binary111111110011110010111001110110111111001000101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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