#3F6149

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

Shades of Feldgrau #3F6149

Tints of Feldgrau #3F6149

Color information

#3F6149 (or 0x3F6149) is unknown color: approx Feldgrau. HEX triplet: 3F, 61 and 49. RGB value is (63,97,73). Sum of RGB (Red+Green+Blue) = 63+97+73=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6149 is #C09EB6. Grayscale: #545454. Windows color (decimal): -12623543 or 4809023. OLE color: 4809023.

HSL color Cylindrical-coordinate representation of color #3F6149: hue angle of 137.65º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F6149 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB639773-
CMYK0.3500.250.62
HSL137.65º21.25%31.37%-
HSV(B)137.65º35.05%38.04%-
XYZ7.5310.097.85-
YUV84.1121.74112.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=27.04%
G=41.63%
B=31.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397730.3500.250.62137.6521.2531.37
Hex3F6149230193E8a151f
Octal7714111143031762122537
Binary11111111000011001001100011011001111110100010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,73); }

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

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

 a { background-color: rgb(63,97,73); }

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

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

 span { border-color: rgb(63,97,73); }

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