#3F684C

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

Shades of Feldgrau #3F684C

Tints of Feldgrau #3F684C

Color information

#3F684C (or 0x3F684C) is unknown color: approx Feldgrau. HEX triplet: 3F, 68 and 4C. RGB value is (63,104,76). Sum of RGB (Red+Green+Blue) = 63+104+76=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #3F684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F684C is #C097B3. Grayscale: #585858. Windows color (decimal): -12621748 or 5007423. OLE color: 5007423.

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

Color convert

RGB6310476-
CMYK0.3900.270.59
HSL139.02º24.55%32.75%-
HSV(B)139.02º39.42%40.78%-
XYZ8.311.488.62-
YUV88.55120.92109.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=25.93%
G=42.80%
B=31.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63104760.3900.270.59139.0224.5532.75
Hex3F684C2701B3B8b1921
Octal7715011447033732133141
Binary111111110100010011001001110110111110111000101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,104,76); }

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

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

 a { background-color: rgb(63,104,76); }

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

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

 span { border-color: rgb(63,104,76); }

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