#3F634B

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

Shades of Feldgrau #3F634B

Tints of Feldgrau #3F634B

Color information

#3F634B (or 0x3F634B) is unknown color: approx Feldgrau. HEX triplet: 3F, 63 and 4B. RGB value is (63,99,75). Sum of RGB (Red+Green+Blue) = 63+99+75=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #3F634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F634B is #C09CB4. Grayscale: #555555. Windows color (decimal): -12623029 or 4940607. OLE color: 4940607.

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

Color convert

RGB639975-
CMYK0.3600.240.61
HSL140º22.22%31.76%-
HSV(B)140º36.36%38.82%-
XYZ7.7810.498.27-
YUV85.5122.07111.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=26.58%
G=41.77%
B=31.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6399750.3600.240.6114022.2231.76
Hex3F634B240183D8c1620
Octal7714311344030752142640
Binary111111110001110010111001000110001111011000110010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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