#3F644B

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

Shades of Feldgrau #3F644B

Tints of Feldgrau #3F644B

Color information

#3F644B (or 0x3F644B) is unknown color: approx Feldgrau. HEX triplet: 3F, 64 and 4B. RGB value is (63,100,75). Sum of RGB (Red+Green+Blue) = 63+100+75=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #3F644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F644B is #C09BB4. Grayscale: #565656. Windows color (decimal): -12622773 or 4940863. OLE color: 4940863.

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

Color convert

RGB6310075-
CMYK0.3700.250.61
HSL139.46º22.7%31.96%-
HSV(B)139.46º37%39.22%-
XYZ7.8810.688.3-
YUV86.09121.74111.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 75 (29.69% from 255) = 31.51%
R=26.47%
G=42.02%
B=31.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal63100750.3700.250.61139.4622.731.96
Hex3F644B250193D8b1720
Octal7714411345031752132740
Binary111111110010010010111001010110011111011000101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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