#3F644A

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

Shades of Feldgrau #3F644A

Tints of Feldgrau #3F644A

Color information

#3F644A (or 0x3F644A) is unknown color: approx Feldgrau. HEX triplet: 3F, 64 and 4A. RGB value is (63,100,74). Sum of RGB (Red+Green+Blue) = 63+100+74=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #3F644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F644A is #C09BB5. Grayscale: #565656. Windows color (decimal): -12622774 or 4875327. OLE color: 4875327.

HSL color Cylindrical-coordinate representation of color #3F644A: hue angle of 137.84º 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 #3F644A is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB6310074-
CMYK0.3700.260.61
HSL137.84º22.7%31.96%-
HSV(B)137.84º37%39.22%-
XYZ7.8410.678.12-
YUV85.97121.24111.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=26.58%
G=42.19%
B=31.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal63100740.3700.260.61137.8422.731.96
Hex3F644A2501A3D8a1720
Octal7714411245032752122740
Binary111111110010010010101001010110101111011000101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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